is there way queue independent alertdialogs?
my application receives notifications generate alertdialog. while awaiting user's response alertdialog can generated if new notification appears (the new alertdialog appear on top of original alertdialog). can control z-ordering?
usingisshowing() can determine if dialog being displayed - there way queue alertdialogs beside storing them in arraylist? need maintain reference alertdialogs listener can call dismiss alertdialog.
would exploring snackbar option?
much appreciated!
is there way queue independent alertdialogs?
no. need deal yourself.
Comments
Post a Comment