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.
© 2022 - 2024 — McMap. All rights reserved.
Paging
withSQLite
. I seen many sites and stack overflow questions but can't get tutorial forSQLite
. There are some demos forRoom
DB. – Shrieve