Re: [android-developers] question about onclick xml attribute for views

2011-07-04 Thread doles
gotcha! thank you much! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To unsubscribe from this group, send email to android-developers+unsubscr...@googlegroups.com F

Re: [android-developers] question about onclick xml attribute for views

2011-07-04 Thread Mark Murphy
On Mon, Jul 4, 2011 at 3:05 PM, Sachin Dole wrote: > On the javadoc for the android:onclick xml attribute, it says the following. > What does the part about being able to provide a "reference to a resource" > mean? I think it means that you can have a string resource with the name of the method.

[android-developers] question about onclick xml attribute for views

2011-07-04 Thread Sachin Dole
Hello! On the javadoc for the android:onclick xml attribute, it says the following. What does the part about being able to provide a "reference to a resource" mean? Do I have the ability to configure any class in my project to be a handler for onclick events or does it have to be a context (activi