2
votes
1answer
65 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 ...
3
votes
2answers
77 views

Sort lists on mobile

What's the best way to sort lists on mobile interfaces? I'm not talking about filtering (I read another conversation about that). I am talking about sorting in ascending and descending order. My ...
5
votes
2answers
132 views

Designing a Checklist with 3 possible results (for mobile)

i´m working on a App for mobile devices (starting from smartphones with 800x480 res. till tablets 1280x800res). The app provides the function for checking tools of technicians in a workshop. The app ...
3
votes
2answers
219 views

Two panel multi select on mobile

I'm trying to develop a system where users can add financial symbols to activities, almost as you would tags to a blog post. The user should be able to easily add or remove symbols. They can add as ...
9
votes
5answers
286 views

Have controls fade out on scroll?

Background In our application we have a list view of contacts. In addition to the list there is a filter panel at the top of the list which provides contact type filtering through a segment control: ...
1
vote
1answer
168 views

What control flow can replace vertical (or horizontal) scrolling lists?

Assume a list (timeline) like you have in a mobile app like Path, Google+ or Facebook. The list is heterogeneous, the list items may be photos links (expanded snippets) texts (status updates) and ...
4
votes
6answers
919 views

iPhone table view filter with multiple controls

Assume we have a real-estate iPhone app which shows a list of properties in a table view. I would like to offer the user the ability to filter the list according to about 6-7 different criteria. ...
8
votes
1answer
354 views

Checklist App (Process Documentation) Interface For Android Mobile Tablet & Phone

I'd like some help figuring out a good interface design for my app. It will be a checklist application, I guess somewhat similar to a todo list but instead of for things todo it is for documenting a ...
8
votes
3answers
194 views

How should I indicate to a user that they've already viewed an item?

In a mobile app in developing, I'm showing a list of results where each item can be clicked on to view more details. For each item in the list I'd like to indicate to the user that they've already ...
6
votes
2answers
389 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 ...
2
votes
3answers
193 views

File manager on a mobile device

I've termed the question "File manager" because it most closely relates to what I am looking for. This question is for a mobile web application but as it is a UX/UI design question any native app ...
8
votes
2answers
10k views

Android List View - delete row button, delete selected button or delete from item click menu?

Android List view activity with item rows. User needs to be able delete some rows. I know standard way in Android is to use item click menu. But it's 2 clicks. Is it best way?