The drilldown tag has no wiki summary.
1
vote
3answers
114 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 ...
4
votes
1answer
134 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
517 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 ...
8
votes
2answers
292 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 ...
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 ...
6
votes
3answers
546 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 ...