json - How to support jQuery Mobile Offline version? -


i making app using jquery-mobile , phonegap. parse json data show content.

{"system": {      "name": "staci",      "thumb": "image.png" } } 

i want app first time user download jsondata internet. , store images , information in device. next time user dont have use internet see app. there way that. thanks

you can store data in device, , next time load data device don't have use internet load data. ( built app phonegap in android , use sqlife store data). phonegap have api support that.
http://docs.phonegap.com/en/edge/cordova_storage_storage.md.html#opendatabase


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -