File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/html/guide/topics/data Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ public class Calc extends Activity {
115115 public static final String PREFS_NAME = "MyPrefsFile";
116116
117117 @Override
118- protected void onCreate(Bundle state){
118+ protected void onCreate(Bundle state){
119119 super.onCreate(state);
120120 . . .
121121
@@ -374,7 +374,7 @@ android.database.sqlite.SQLiteOpenHelper#onCreate(SQLiteDatabase) onCreate()} me
374374can execute a SQLite command to create tables in the database. For example:</p>
375375
376376<pre>
377- public class MyDbOpenHelper extends SQLiteOpenHelper {
377+ public class DictionaryOpenHelper extends SQLiteOpenHelper {
378378
379379 private static final int DATABASE_VERSION = 2;
380380 private static final String DICTIONARY_TABLE_NAME = "dictionary";
You can’t perform that action at this time.
0 commit comments