Hi,
I display a cancelable ProgressDialogShow window in my app while other stuff (outside of the block that the ProgressDialogShow was called) are being processed. When the user presses the BACK key, I want to to:
Thanks
I display a cancelable ProgressDialogShow window in my app while other stuff (outside of the block that the ProgressDialogShow was called) are being processed. When the user presses the BACK key, I want to to:
- Hide the Progress Dialog (happens automatically)
- Execute some logic (does not happen since the first BACK key press just closes the dialog, not running my code)
Thanks