Is there a difference between the two methods? Both return an open SQLiteDatabase. Both can create a database if it does not exist. SQLiteOpenHelper also has getWriteableDatabase when read / write is required ...
Which method should I use and where? Based on the code sample I saw, I use SQLiteOpenHelper to create my database first, but then call SQLiteDatabase.openDatabase when I need to use the database.
Gendoikari
source share