tejraj
tejraj

Reputation: 409

Android paging library with sqlite database

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

Answers (0)

Related Questions