Can you download a (series) of files to a specific location on the sdcard of an Android device?
I need a number of mp4 files to be downloaded to the device to a specific location on the sdcard, the app i'm making will then use the (local)path to the mp4 files. I need to this to bypass the maximum app size that is allowed. The app needs to work offline.
It would also be helpful if I could create a progress bar for it.