The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
2answers
290 views

Chart drill-down affordance?

I'm wondering if anyone has any suggestions for improving the usability of chart drill-down? More specifically, imagine we have a bar chart (or any other visualization) where a user is able to select ...
6
votes
3answers
537 views

Problem with avoiding right caret on Android

I am currently adapting an Android app to follow the design guidelines more and more. One thing I am doing is removing the right carets as suggested. While this works fine for listview where each ...
4
votes
1answer
130 views

How would you design a two stage bar chart drill down?

A common design pattern I've used is using a horizontal bar chart to visualize numeric data about a series, and a click through drilldown that discloses a pane with more detailed information about the ...
3
votes
1answer
503 views

Which design pattern is the best option for drilling down into data?

I have quite a large dataset which I need to display to end users. These data are grouped by super group, medium group and junior group. Medium groups are children of super groups, and junior groups ...
1
vote
3answers
112 views

Combining UITab Bar with Drill Down in iOS

I am designing an iOS app which helps real estate investors evaluate the repair cost of a property. I am playing with the idea of using a tab bar splitting the app into 4 sections along with a drill ...
1
vote
1answer
156 views

How can I design a UI for iOS with a diamond shaped drill down interface?

I have a basic drill down interface for iOS devices. A -> B -> C -> D The problem is that the following interface would work equally well: A -> C -> B -> D What I need is some kind of diamond ...