Wednesday, May 19, 2010

Re: [android-developers] I want to capture the events for an application.

On Thu, May 13, 2010 at 12:26 AM, Vamsi <vamsi.makam@gmail.com> wrote:
I want to capture the events like user clicked on so and so button, or entered some text in Edit Box and etc...

Clicking on buttons and entering text are two different things handle by different events. In general, if you want to know something happened on a particular component, there is usually an associated event and an event listener that you can register for said event. Just look at the documentation for the component you're interested in.

-------------------------------------------------------------------------------------------------
TreKing - Chicago transit tracking app for Android-powered devices
http://sites.google.com/site/rezmobileapps/treking

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

No comments:

Post a Comment