On Sat, Jul 23, 2011 at 3:04 AM, Eran <[email protected]> wrote: > 1. In the VS when i double clicking an event in the designer (like the > click of the Button class) the VS2010 create but itself the handler > method. > how can I do it in the eclipse? >
You can't do that, AFAIK. > 2. the event handler registered in the designer(XML). is it possible in > here? > Not sure what you're asking. > 3. lets say I have 2 buttons, how do i set to different event handler > for each one of them, and not in the anonymous way? > Declare two separate event handlers, then assign them. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- 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

