I'm developing an android application that has over 111MB of mp3 files.
I need to compress these files and put them in my package (like raw folder) and after my app was installed on a device, it decompresses files to use them.
How could I do this? Is this possible?