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.
I hope that makes sense.