Loading docs/html/guide/topics/data/data-storage.jd +2 −2 Original line number Diff line number Diff line Loading @@ -374,7 +374,7 @@ android.database.sqlite.SQLiteOpenHelper#onCreate(SQLiteDatabase) onCreate()} me can execute a SQLite command to create tables in the database. For example:</p> <pre> public class MyDbOpenHelper extends SQLiteOpenHelper { public class DictionaryOpenHelper extends SQLiteOpenHelper { private static final int DATABASE_VERSION = 2; private static final String DICTIONARY_TABLE_NAME = "dictionary"; Loading Loading
docs/html/guide/topics/data/data-storage.jd +2 −2 Original line number Diff line number Diff line Loading @@ -374,7 +374,7 @@ android.database.sqlite.SQLiteOpenHelper#onCreate(SQLiteDatabase) onCreate()} me can execute a SQLite command to create tables in the database. For example:</p> <pre> public class MyDbOpenHelper extends SQLiteOpenHelper { public class DictionaryOpenHelper extends SQLiteOpenHelper { private static final int DATABASE_VERSION = 2; private static final String DICTIONARY_TABLE_NAME = "dictionary"; Loading