-1

I have a little problem with my Dialog created in my Synchronization activity. I need to show to the user the progress of the downloading and the current connection speed in Kb/Mb. But that's my first try with Horizontal Progress Bar and I'm not really familiar how to do that. So any kind of help/suggestions/advices are welcomed. I'll be really happy if you help me to understand this!

Thanks!

Android-Droid
  • 14,365
  • 41
  • 114
  • 185
  • This may help http://stackoverflow.com/questions/3028306/download-a-file-with-android-and-showing-the-progress-in-a-progressdialog – Lalit Poptani Nov 19 '11 at 14:13

1 Answers1

0

Have you looked at the API demos for alert dialogs? It contains a progress bar dialog, so may be helpful:

http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/app/AlertDialogSamples.html

motter
  • 11
  • 3