I want to save my ArrayList> mylist = new ArrayList>() in SQLite database and later retr
ArrayList> mylist = new ArrayList>()
How about you itterate through that arraylist and just add it to the database...?