开发者

How to store json to database

I am new to Android Application Development. Please help开发者_Python百科 me how to store JSON file to my sqlite3 database.

Thanks for helping...


u have json content. First u have to split all the datas from that.(It is in the form of json object and json array). U ll get as string, then put into database.


You can store JSON object as a String form .. What problem are you getting in that?


You need parse the jsonobject to stings ,For json parsing you can go through with following link http://www.androidhive.info/2012/01/android-json-parsing-tutorial/

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜