I want to store some video/audio files in raw folder of my application.
I don't know the storage limit of raw and asset folder.
Can anybody tell me how much data i can store in raw and asset folder.
And also what if i store bulk data in those folder, does it will affect to speed of execution or size of application to download from market?
Thanks in advance.
In Android one can store the raw asset file like JSON, Text, mp3, HTML, pdf, etc in two possible locations: assets. res/raw folder.
The Assets folder typically contains all Assets for creating Characters, Environments, and FX - Meshes, like Materials, Textures, Blueprints, and other source files. Level Assets are not included here. Each subfolder contains the appropriate source files for that Asset.
The raw (res/raw) folder is one of the most important folders and it plays a very important role during the development of android projects in android studio. The raw folder in Android is used to keep mp3, mp4, sfb files, etc. The raw folder is created inside the res folder: main/res/raw.
Assets are images, fonts, binary files and other files that do not need processing by Expansive and should be copied "raw" to the dist output directory. Expansive provides a means of listing the assets in your application to optimize the processing of these files.
There is no limits on any resources now after Android2.3 release the new aapt.The limitation is caused by the older aapt for system peformance reason and should not happen now.
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