Where can I store app content?
We're transitioning our AIR apps to Android and am a little unsure of a few things.
We're busy developing a magazine type app that will have content (images, video, swfs) downloaded by the app to the tablet device over time and will grow as new issues appear. The app will also use an AIR SQLite db.
1. Where should this content live? I've considered putting it on an SD card, but some tablets don't have external storage. Best practice suggests that this kind of data shouldn't be stored in the File.applicationStorageDirectory so I'm guessing somewhere else on the filesystem. If anybody can point me to a similar post or discussion around this I can then clarify my understanding of this.
2. When the app gets updated (if I understand correctly, essentially by a brand new .apk file), I'm assuming all the app data and related SQLite db's get deleted? If so, how do I update the app but maintain the database? This is also the crux of my forum question of where I should place the app content.
Any pointers, links and hints to this will be very much appreciated! And of course, my terminology may be incorrect so feel free to correct.
Thanks
Simon
