When I start running the app in the mobile, it must connect to a URL and download dataset(files) to the app folder of the app..Is this possible? if so please could you show me a sample ?
you cannot download files in app's Asset folder. Instead you should use getCacheDir()
(on internal memory) or getExternalCacheDir()
(on SD card, available in Froyo and above) to download and retrieve your files.
All the details are available here: http://developer.android.com/guide/topics/data/data-storage.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With