Skip to content

Latest commit

 

History

History
26 lines (13 loc) · 659 Bytes

File metadata and controls

26 lines (13 loc) · 659 Bytes

Description

Create application that provides syncronization between Rooms DB and UI actions

What I learned

  • How to Create Room Database
  • Created Entity, DAO and Database that were used to set up DB and table initialization
  • Created Database Module to provide data to entire app
  • How to view DB in Android Studio (App Inspector > Database Inspector > Enter query > Run)
  • View records in the table you created

Proof

Insert Note into Database

Add.a.note.mov

Delete Note from Database

Deleta.a.note.mov