Right now I have 2,000 audio mp3 files included in my Files folder. This is bad because as a result my APK file size is around 50 MB. I want to reduce my APK file size to make it more attractive for users to download.
I would like to put all the mp3 files in 1 big zip file, put it on my web site and then use code to download and unzip it to the assets folder. Maybe using this example:
https://www.b4x.com/android/forum/threads/download-huge-files-with-httputils2.30220/#content
Is this the most clever way to reduce APK file size or should I look at another method?
I would like to put all the mp3 files in 1 big zip file, put it on my web site and then use code to download and unzip it to the assets folder. Maybe using this example:
https://www.b4x.com/android/forum/threads/download-huge-files-with-httputils2.30220/#content
Is this the most clever way to reduce APK file size or should I look at another method?