Skip to content Skip to sidebar Skip to footer

Show Progressdialog Between Dialogs

I'm trying to mock up a USSD interaction in Android by creating a series of dialog menus that you can go through in Android. I'm trying to make it so that in between dialogs, there

Solution 1:

move FirstTimeUse() to the progressCancel of the dialog. maybe you need to make USSDprogressDialog(Runnable runnable)


Post a Comment for "Show Progressdialog Between Dialogs"