android - Converting an ArrayList of Objects to JSON to be saved into SQLITE -
i want store arraylist of objects (arraylist) sqlite database. have read can done. believe converting arraylist json , save string field in sqlite table
can point me in right direction on how conversion , how convert arraylist afterwards.
thanks time
this you:
http://www.kodejava.org/examples/588.html
this example shows how convert collection (list/arraylist) json can store json string in sqlite database.
it showing how arraylist json string.
Comments
Post a Comment