Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 525 Bytes

File metadata and controls

11 lines (9 loc) · 525 Bytes

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.

    implementation guide