how to implement code for set the Progress bar before displaying the result in the same activity. .. My issue is want to Show Progress Dialog Before Setting Image And Before Starting Video…. help me to solve the problem.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am not sure but I think it works this way : Either preExecute() and postExecute() method of AsyncTask where in preExecute() just show the progressDialog and in postExecute() dismiss the same. or Use Handler to show progress dialog and dismiss the same