Android: Filling a table from resource file using string array (SQLite)
In this post we will be filling a table in our database with values from a resource xml file. You can use this technique to create default rows in your table on creation/updating of the database. Our resource file: res/values/mytable.xml … Continue reading