Android Question Download a file?

tsteward

Well-Known Member
Licensed User
Longtime User
I want to download a file from a pre defined url and save it to DirDefaultExternal.
I have read so many posts now i'm just confused.

File is only a small DB.
Any help appreciated
 

Devv

Active Member
Licensed User
Longtime User
You should use HttpUtils2 to download the file.

Then in JobDone you should copy it with File.Copy2(Job.GetInputStream, Out).
how could i get the percentage completed from HttpUtils2 download ?
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Upvote 0
Top