I am new to Android Development.
I\'ve written the following code to download a video file from the internet. It works fine. Now I want to attach a progress bar duri
Check:
http://developer.android.com/guide/topics/ui/dialogs.html
See the example on creating a progress bar within a second thread.