I want to save my ArrayList> mylist = new ArrayList>() in SQLite database and later retr
ArrayList> mylist = new ArrayList>()
Tutorial Link
Please refer to the link above. I has a working example of using HashMap for SqLite operations using SQliteOpenHelper. It has one insertion at a time, but you might wanna create a loop, if you wish to insert them all in one instance.