Tagged Questions
7
votes
7answers
560 views
Alternative for circles page indicator for many pages?
What's a good alternative for indicating that the user can swipe across the screen to get the next/previous item and/or showing the current position, considering that there are many pages (usually ...
6
votes
1answer
255 views
Android tablet app pagination
I got an tablet app, and I'm facing a usability issue, I got several people who never had seen the app, and put them to test it, some already had smartphone/tablet experiences, and some not. The app ...
3
votes
1answer
911 views
Android list pagination
I need to do paginated list of items in android application.
What are the best practices to do this?
I use cursor loader to get data from content provider(cache). If the data is expired the provider ...