Hi,

I've an application whose flow should be like this:

1) Start Activity to listen to some telephony events
2) On receive of these events, display a menu to
3) get user input on the menu
4) perform some action
5) done go back to 1

I do this by creating a listener of events in Activity A. On receipt
of Events I start a new activity for
showing Menu. But I find that menu doesn't wait for user inputs and
goes off immediately.

I've not implemented any onPause() or onResume().

May I know what should be done?



--~--~---------~--~----~------------~-------~--~----~
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