• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Install json files alongside app.

ttocskcaj

Lurker
I have a bunch of JSON files holding data that my app needs. For specific reasons, it is not practical to use SQLite to hold the data, hence why I'm using JSON.

What I would like to know, is if there is a way to store the JSON files to the apps internal storage when it is installed. Either that or some way to distribute the files with the app and allow the user to save them to internal storage upon the first run of the app.

Cheers for any help. :)
 
Back
Top Bottom