Developing a HTML5 offline storage solution for iOS/Android in 2011

前端 未结 7 1976
礼貌的吻别
礼貌的吻别 2021-01-29 19:16

The problem:

I need a device agnostic (e.g. HTML5) solution for storing and querying 250,000+ rows of data offline on a phone or tablet type device (e.g

7条回答
  •  一生所求
    2021-01-29 20:17

    I would tell you to use Corona for it . It's a private Platform used for crossed-mobile applications which has support to SQLite .

    Pros

    • It's easy and has a big support for SQLite , and don't need to do strange things with Html5 storage

    Cons

    • you must pay for it if you wanna use it in the Android Market or the iOS Market.

    I paste here what they say about it:

    Corona includes support for SQLite databases on all platforms. This is based on the built-in sqlite support on the iPhone, and a compiled version of SQLite on Android. Note that this increases the size of the Android binary by 300K.

    SQLite is available in all versions of Android, iPhone, and iPad, as well as in the Corona Simulator...

提交回复
热议问题