1

I want to download file from a server and show the progress in a notification progress bar as when using the DownloadManager class. I don't want to use the DownloadManager class because it only can save to external memory while I want my file to be saved internally. What to do ?

user1471575
  • 731
  • 2
  • 15
  • 23
  • You could take some inspiration from this: http://blog.blundell-apps.com/tut-splashscreen-with-progress-bar/ – Blundell Jul 17 '12 at 09:21

1 Answers1

0

I'd recommend using AsyncTask or ProgressDialog. Would either of these work?

Download a file with Android, and showing the progress in a ProgressDialog

Community
  • 1
  • 1
Diamond
  • 157
  • 1
  • 8