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
Post a Comment