How to use Paging with SQLite?
Asked Answered
S

0

18

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.

Shrieve answered 5/7, 2018 at 4:15 Comment(3)
You will have to post what you have tried in order to get help. Currently your question is to broad.Gi
Hi @Gi 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.Shrieve
Does this answer your question? Efficient paging in SQLite with millions of recordsSommers

© 2022 - 2024 — McMap. All rights reserved.