Is it possible to load table creation scripts from flat files when creating the SQLite database in Android?
I am going to have multiple tables and all the examples I have seen online using the SQLite helper classes, include the script text in the Java file and I'd rather not clutter up my class.