Funny you say that now, I implemented this feature this morning for
the next release of Android :)

On Fri, May 1, 2009 at 9:14 PM, Raja Nagendra Kumar
<[email protected]> wrote:
>
> 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
>
>
> >
>



-- 
Romain Guy
Android framework engineer
[email protected]

Note: please don't send private questions to me, as I don't have time
to provide private support.  All such questions should be posted on
public forums, where I and others can see and answer them

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to