Add new book management
This commit is contained in:
parent
bb9e1b36f7
commit
a822d7f008
12 changed files with 63 additions and 236 deletions
|
|
@ -28,6 +28,7 @@ class BibLibApplication : Application() {
|
|||
// Android.
|
||||
Bob[BibLibDatabase::class] =
|
||||
Room.databaseBuilder(this, BibLibDatabase::class.java, BibLibDatabase.DATABASE_NAME)
|
||||
.fallbackToDestructiveMigration()
|
||||
.build()
|
||||
Bob[SharedPreferences::class] = getSharedPreferences(SHARED_PREF, Context.MODE_PRIVATE)
|
||||
// Web service.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue