| Author |
How to call another Java class with OnItemClickListener method?
|
Duta Windu
Greenhorn
Joined: Aug 15, 2011
Posts: 1
|
|
I have a problem with onItemClick() method.
I can't call another java class with that method..
this is some part of my code :
The parameter from CurrentActivity is not send to AnotherActivity..
menuName is a variable with String array parameter.
How to fix it?
I need your help..
|
 |
Hardik Trivedi
Ranch Hand
Joined: Jan 30, 2010
Posts: 252
|
|
Does your code identifies the click ?
Please explain the scenario. Are you using list view or what ?
|
 |
 |
|
|
subject: How to call another Java class with OnItemClickListener method?
|
|
|