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

Posted by TomMan on Stack Overflow See other posts from Stack Overflow or by TomMan
Published on 2010-06-12T10:22:56Z Indexed on 2010/06/12 12:32 UTC
Read the original article Hit count: 237

Filed under:
|
|
|

I am trying to write a simple application that gets updated. For this I need a simple function that can download a file and show the current progress in a ProgressDialog. I know how to do the ProgressDialog, but I'm not sure how to display the current progress and how to download the file in the first place.

© Stack Overflow or respective owner

Related posts about java

Related posts about android