Is is possible to read data (read-only) from some form of database file saved by the user, at a pre-determined location, on the SD card?
I'd like to allow users of my map app to download map tiles for offline use. It would be more convenient to store this as a single file, hence thinking a database would be best. The file is likely to be around 8+ GB in size containing 100,000's of PNG tile images. Users would be intructed to download this file from the web and save it to the SD card themself.
I assume SQLite would be the way to go if possible.
Any limitations anyone is aware of? I keep hitting limitations developing with Windows Phone (not being able to save to SD card from app, not being able to attach files to email tasks, etc.) so figured I'd ask before trying this time.