How to redirect to the another activity when progress dialog dismiss in android -


I am new to Android development and I have a problem redirecting activity when the progress dialog is rejected.

I am making an application with the help of the progress dialog box. I want to redo the activity when the progress bar has to be rejected at that time, I want to redirect any other activity. I do many searches, but I can not get it right.

So please give me an example, or a sample code so that I can get my requirement.

Set your progress Dialog and onDismiss () in your method Invites Second Activity

Comments