I\'ve been working with SQLite on android and I would like to add an arraylist to a column in a table, and then fetch the data back as an arraylist. The arraylist is a list
Sounds like you want to serialize the List. Here is a tutorial/intro to the Java Serialization API.