Hi,
i need a alert dialog, which pop ups every time, when the location changed (after 100 meter for example).
I want to have 2 Buttons in this dialog: left and right. If the user dont push one of these buttons after some seconds, the dialog should no longer be displayed.
So I can't use the AlertDialog, because this one will wait for some user inputs!?
But can I include Buttons in a Toast??
Thanks for help,
Stefan