Reputation: 409
Can I use android paging library using sqlite database directly with pojo instead of using Room but by using LiveData. I don't want to use Room for that. Purpose is to solve the lag between data loading event after using simple pagination technique while fetching the large amount of data.
I am referring to the doc:
and I want to fetch data from sqlite in place of retrofit data loading in above method. Is it ok ?
Upvotes: 1
Views: 478