Hi I am trying to implement something like:
userResponse = showMessageBox(buttons, messages, etc) So far I have started a new activity that presents the message and the button and returns through onActivityResult(). Meaning my activity launches a sub-Activity that shows an AlertDialog with 2 buttons. What the user clicked returns through onActivityResult (). I would prefer to use the one call way instead waiting for the onActivityResult callback. Is there any way to do this? Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

