This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Android and the fly likes How to call another Java class with OnItemClickListener method? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "How to call another Java class with OnItemClickListener method?" Watch "How to call another Java class with OnItemClickListener method?" New topic
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 ?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: How to call another Java class with OnItemClickListener method?
 
Similar Threads
Load class using string
Newbie - UI Help
How to retrieve the right view?
webview help......
How to play audio using this code in Grid View