I am working on some application where I have to update some files present in assets / raw folder runtime from some http location.
Can anyone help me to by sharing how to write files in assets or raw folder?
I am working on some application where I have to update some files present in assets / raw folder runtime from some http location.
Can anyone help me to by sharing how to write files in assets or raw folder?
You cannot write data's to asset/Raw folder, since it is packed(.apk) and not expandable in size.
If your application need to download dependency files from server, you can go for APK Expansion Files provided by android (http://developer.android.com/guide/market/expansion-files.html).