Which storage mechanism will suit for Android and IOS in my scenario? -


let me describe scenario first.

  1. i want build phongegap app android[4+] , ios[5,6,7].

  2. in want store data around 3 4mb @ max.

  3. a user can use app upto 2yrs of duration.

i read phonegap documentation on storage. according document websql sufficient implementation.

the followings factor why rethinking websql.

  1. will there support issue or compatibility issue in ios,

  2. long term usage of app should not compromise data [websql webstorage] &

  3. clearing cache, install/uninstall of browser, clearing temp shouldn't cause loss of data.

suggest storage mechanism in scenario.

you can use html5 localstorage storage because support until 5mb.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -