Is it really necessary to create SQLite tables every time the application starts?
问题 I've noticed in more than one SQLite tutorial that the table is recreated in the onCreate() event of the class that extends SQLiteOpenHelper . I've already created my SQLite database and tables outside the Android environment (Eclipse IDE) with the help of a Firefox add-in. The database tables reside in the expected spot: C:\aXX3&Space\Android\workspace\OnDemandAndAutomatic_Project\assets It seems bizarre to me that I would have to recreate them programmatically each time (obviously, they