I’ve been using LiveData to load items, ensuring that any changes in the dB trigger updates, but it’s not working as expected
I have created the Simple Project for Item to be Listed in one fragment and to do CRUD operation in another Fragment . I have used Live data ,Viewmodel and Sql lite instead to Room.