0

I am new to Android Application Development. Please help me how to store JSON file to my sqlite3 database.

Thanks for helping...

Vineet Shukla
  • 23,865
  • 10
  • 55
  • 63
murali
  • 119
  • 1
  • 3
  • 7
  • [Store json to database](http://stackoverflow.com/questions/6563118/how-to-save-data-from-json-in-sqlite-in-android/6563180#6563180) – Uttam Sep 13 '11 at 10:03
  • http://stackoverflow.com/questions/4309075/what-is-the-best-way-to-deal-with-json-object http://stackoverflow.com/questions/6525298/store-json-in-an-sqlite-field – Samir Mangroliya Sep 13 '11 at 10:05

3 Answers3

1

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.

Jyosna
  • 4,436
  • 13
  • 60
  • 93
0

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/

Jabbir Basha
  • 455
  • 6
  • 7
0

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

Vineet Shukla
  • 23,865
  • 10
  • 55
  • 63