In my software, since there is no Array data type in SQLite, I saved my ArrayList as a String. Now I need to use my array
Array
SQLite
ArrayList
String
Then it the method that only accepts strings would be able to add a case where something like this were passed in?
methodThatOnlyAllowsStrings((Object)list);