Tagged Questions
2
votes
1answer
69 views
Navigating to details of an item from the list
I'm working on a Windows Phone 7 app that has a screen of some abstract items that we load from the server.
If the user clicks on an item they are navigated to a "details page".
Currently the ...
6
votes
2answers
405 views
How to help users navigate a very long list on mobile
I recently came across SXSW's native apps on iPhone and Android. Both apps revolve around the conference's schedule. On the home-screen of both apps, you get the day's schedule, which is actually a ...
1
vote
2answers
856 views
Android list layout for search results
I'm making an android app that queries an http endpoint and displays the results with a list. Currently the results appear 10 at a time which the user navigates with next/prev. buttons. The other day ...
4
votes
1answer
305 views
How to display a list of videos like YouTube?
I'm trying to find a nice way to display a list of video's in a way that'll allow the user at a quick glance get insight to the video's and easily let them navigate through the list of video's without ...