I just new in android development and trying to create a database using right way for it.
What I have: Contract class, that stores create table scripts (On finish I will have about 10-12 tables).
Whats the Question: It's exist some good way (good practice) to import data from files to DB right after table was created. Maybe some patterns or examples?