I'm looking at this page: http://developer.android.com/reference/android/database/sqlite/SQLiteOpenHelper.html
Note that in the section about getWritableDatabase there is the phrase: "Create and/or open a database" But getWritableDatabase is not calling the SQLiteOpenHelper.onCreate method which is where the DB gets created. How can I cause onCreate to be called? -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to android-beginners+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en