Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created November 27, 2017 01:43
Show Gist options
  • Save larkintuckerllc/cb4159866d839e882d464728aae85f8c to your computer and use it in GitHub Desktop.
Save larkintuckerllc/cb4159866d839e882d464728aae85f8c to your computer and use it in GitHub Desktop.
Android Room: Beyond the Codelab - 8
...
Room.databaseBuilder(context.getApplicationContext(),
AppDatabase.class, "com.larkintuckerllc.room.db")
.build();
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment