I have an SQLite query that, potentially, returns thousands of records. I need to show these records in a ListView but, obviously, I cannot show them all together. Which is the Android-way to solve this problem?
I have an SQLite query that, potentially, returns thousands of records. I need to
Share
Check out the Endless Adapter by Mark Murphy