Skip to content

Instantly share code, notes, and snippets.

@Axxiss
Created May 4, 2012 10:01
Show Gist options
  • Save Axxiss/2593732 to your computer and use it in GitHub Desktop.
Save Axxiss/2593732 to your computer and use it in GitHub Desktop.
onCreate
@Override
public boolean onCreate() {
Context context = getContext();
AcmeDatabaseHelper helper = new AcmeDatabaseHelper(context);
dbLogs = helper.getWritableDatabase();
return dbLogs == null ? false : true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment