Created
November 27, 2017 01:43
-
-
Save larkintuckerllc/cb4159866d839e882d464728aae85f8c to your computer and use it in GitHub Desktop.
Android Room: Beyond the Codelab - 8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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