I am new to Android Application Development. Please help me how to store JSON file to my sqlite3 database.
Thanks for helping...
I am new to Android Application Development. Please help 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 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/
You can store JSON object
as a String
form .. What problem are you getting in that?