You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Android Paging with Room and Paging3 without Network
A trivial application to practice paging3 concepts with Room.
It has simple CRUD functionalities with prepopulated data
(1200 records) on first install enabled with Room builder's
````addCallback()```` method.