Why is my LiveData not getting retrieved from the Room Database and update automatically?
This is how I have set up my DAO
Problem of deleting the data from a Room Database (Android Studio Java)
I have 7 class: MainActivity class (the place where Recycler View are shown), AddNote class, UpdateNote class, NoteDao class, NoteDatabase class (i use the singleton database structure), NoteAdapter class and Note class (model)