I have been banging my head against the wall for a while and I can't figure out how I could store an ArrayList into a sqlite column. I was thing it would work like the following:
Storing into database:
ArrayList -> String
String -> Sqlite column
Retrieving:
Sqlite column data -> ArrayList
However, I am unsure on how to accomplish this? Any guidance or advice?