Tagged Questions
0
votes
0answers
8 views
JarURLConnection to Android Asset
I have a Java library (implemented not specifically for Android) that uses jar-files to store data. It accesses particular elements of the jar via JarURLConnection. Now I'm using this library to ...
1
vote
1answer
274 views
Android: storing external files and folders as assets? Resources? Something else?
In my Android app, I load a file and a folder containing a bunch of files. I am trying to determine whether these should be added as assets, as resources or something else entirely.
The file is an ...
1
vote
0answers
255 views
How do I remove old assets during an update?
To make a long story short, we have released an app that has hundreds of images stored in the application bundle. The file structure for the images is something like:
...