15

I want to integrate Paging with SQLite in existing application. There are around 90 tables in my database so its time consuming to convert to Room. I also tried LIMIT...OFFSET but that takes time to process data every time.

Thanks.

Sagar Zala
  • 4,854
  • 9
  • 34
  • 62
  • You will have to post what you have tried in order to get help. Currently your question is to broad. – HB. Jul 05 '18 at 05:11
  • Hi @HB. Thanks for interest. I just want to know how to integrate `Paging` with `SQLite`. I seen many sites and stack overflow questions but can't get tutorial for `SQLite`. There are some demos for `Room` DB. – Sagar Zala Jul 05 '18 at 05:45
  • Does this answer your question? [Efficient paging in SQLite with millions of records](https://stackoverflow.com/questions/14468586/efficient-paging-in-sqlite-with-millions-of-records) – ggorlen Dec 19 '20 at 18:31

0 Answers0