bitsy-wallet/app
Severiano Jaramillo b077de95ac Create nodes database table.
- Added the library dependency to use Kotlin Coroutines with Room.
- Created the Node Room Entity, which will create the nodes database table.
- Created NodeDao, which will be responsible to access the Room entity (nodes database table).
- Created a Room database migration, to create the nodes database table in existing instalations updating to the new version.
2019-08-23 12:48:58 -05:00
..
schemas/cy.agorise.bitsybitshareswallet.database.BitsyDatabase Create nodes database table. 2019-08-23 12:48:58 -05:00
src Create nodes database table. 2019-08-23 12:48:58 -05:00
.gitignore Initial commit 2018-10-29 15:49:42 -06:00
build.gradle Create nodes database table. 2019-08-23 12:48:58 -05:00
proguard-rules.pro Fix Crashlytics proguard rules. 2019-08-21 13:34:49 -05:00