I am trying to get sms messages from incoming messages, sent items and drafts. I would like to do pagination for my list, because I need me to write records on pages / chunks.
I am not familiar with sqlite, which is a database that I understand is using android to store data. Can someone tell me how can I limit the number of records I get using contentResolver.query?
Also how to pull sqlite database file to my machine and view / query it locally to experiment or see data on my machine?
Are there any other other ways to implement pagination in android?
thanks
source share