2
votes
1answer
96 views

How to deal with recursive hierarchical tableviews?

There's a great function from the web that I want to reproduce in iOS and Android. I'm calling it a recursive tableview because I can't think of any other descriptive name. For example, in a shopping ...
3
votes
3answers
540 views

How to solve overly deep hierarchy navigation on mobile device?

I’m reading Jakobs Nielsens new mobile usability book. There is an example of a mobile site that suffers from an overly deep hierarchy (5 levels in total) In the example users need to navigate through ...
1
vote
2answers
394 views

Displaying Hierarchical Information in a Mobile App

trying to come up with a good way of presenting a hierarchy of information on a mobile device. Specifically, I wrote this Khan Academy app for Windows Phone: ...