I am loading browser url from using webservice in video view it take time to load can anybody tell how to show progress bar upto video view is loaded in android?
Thanks
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.
Lot of tutorials for this kind of stuff out there. Here’s one for using an AsyncTask with a progress bar widget within the current activity: http://www.codingforandroid.com/2011/06/basic-asynctask-with-progress-bar.html
Also, in the official android docs, there’s an example of showing a progress dialog with a 2nd thread: http://developer.android.com/guide/topics/ui/dialogs.html
To check the videos progress and dismiss the dialog, you’ll need something like this: