Instead of finding the button (as per the id specified in xml) i.e

Button button = (Button)findViewById(R.id.corky);
    // Register the onClick listener with the implementation above
    button.setOnClickListener(mCorkyListener);

is it possible to set the Listener class name directly in the xml
definition.

Most of the time dealing with id's for attaching listeners is
affecting our productivity.

Regards,
Raja Nagendra Kumar,
C.T.O
www.tejasoft.com


--~--~---------~--~----~------------~-------~--~----~
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
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to