We have a zip folder that contains sounds and pictures in our app.
When someone download the app, we want it to be installed on the tablet so the app can take the ressources it needs in the unzipped folder.
How can we do to put the zip on the tablet and unzip it ONLY on the installation?
We tried to look that thread : How to unzip files programmatically in Android? but couldn't find a way to make it work for our case. Any help is appreciated