On Sun, Oct 10, 2010 at 9:12 AM, ecforu <[email protected]> wrote: > Is there a way to get alert dialog results inline (like you can with most > dialogs)?
Some platforms offer dialogs that block code execution in situ, others do not. Android does not. > I want to determine what to do next inwith a dialog, but I can't figure out > how to get the results back in the same method that I create the dialog from > thus allowing me to continue in my logic flow. You don't. > I want to keep it all in the same method. Sorry, but AFAIK that is not possible. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _Android Programming Tutorials_ Version 3.0.1 Available! -- 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

