This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Android and the fly likes android 3.0 for button listener said not applicable for the argument Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "android 3.0 for button listener said not applicable for the argument" Watch "android 3.0 for button listener said not applicable for the argument" New topic
Author

android 3.0 for button listener said not applicable for the argument

Sara Brown
Ranch Hand

Joined: Feb 22, 2012
Posts: 55
i am new to android 3.0 and i am having trouble with android 3.0 to make button listener.

this is my code


i even tried this
swarna byrappa
Greenhorn

Joined: Sep 05, 2012
Posts: 2


try implementing android.view.View.OnClickListener rather than OnClickListener.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: android 3.0 for button listener said not applicable for the argument
 
Similar Threads
Starting a new activity from current
how to read table from mobile
Sequence of Method call
force closes
Android code to add two numbers