• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps AlertDialog blocking call

Leolicos

Member
There's a point in my application where I want to have the user choose between 2 options via an AlertDialog, but I'm really far in a recursive function to be able to return out and somehow find my place once the AlertDialog returns. Is there a way to call show() on the dialog and have it block at that point until the user clicks something and then have the program continue?

I hope that makes sense.
 
Back
Top Bottom