Offline database with images
I am beginning to work on a quiz app with content currently stored in a MySQL database, as well as images related to some of the questions, currently stored on a filesystem and referenced by the database. The app will be handling up to 20MB of data, including text and images. The app must be usable offline.
I haven't been able to find a plugin to support this. Does Tiggzi provide a facility for storing and referencing such data offline? Can you please point me in the right direction? My goal is to target the three major mobile platforms.
Thanks!