You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.
If same, means that wiki page is not a good example.
//dbHelper is an instance of SQLiteOpenHelper(subclass)if(dbHelper.getReadableDatabase()==dbHelper.getReadableDatabase()){}
if(dbHelper.getWritableDatabase()==dbHelper.getWritableDatabase()){}
The text was updated successfully, but these errors were encountered:
check the question and edit the wiki page.
make sure that SQLiteDatabases
returned from SQLiteOpenHelper
whether are same object or not.
If same, means that wiki page is not a good example.
The text was updated successfully, but these errors were encountered: