Tagged Questions
1
vote
1answer
32 views
Best way to divvy up screen space in pictorial article mobile app?
I'm working on an iPhone app that gives users access to image-heavy articles. We want to showcase the images--they're like the bread and butter of the app, so we're opting for a kind of scrolling ...
4
votes
2answers
100 views
Iphone app test scrolling
I’m designing a test for an iphone and android app.
The test consists of 10 questions. Each question has 3 answers, A,B and C. The length of the question and the answers are variable and pulled ...
6
votes
3answers
5k views
iPhone & Mobile Web: Pagination vs. Load more vs. Scrolling
We're working on a iPhone app and mobile website with search results loaded from the web. Several sorting options are available, every result has a photo. There are potentially hundreds of results.
I ...
7
votes
1answer
643 views
In what situations would pagination be perferable over scrolling on the iPhone?
In the case of displaying blocks of text I know that the majority of applications on the iPhone support scrolling. Notable exceptions are ebook apps like iBooks and the Kindle app.
Is the decision ...
5
votes
1answer
402 views
Should an iPhone application scroll to the top of a table when resorting
My application has a table view with a segmented control in a navigation bar. When the users taps a segment in the segmented control, the application fades the table into it's newly sorted state. The ...