Tagged Questions
2
votes
1answer
94 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 ...
2
votes
1answer
235 views
Root Node design for a hierarchy/treeview in the user interface
I want to display hierarchical data in the user interface in a treeview control.
The question is should the user has the freedom to define its first root node itself.
I do not care wether a tree has ...
6
votes
3answers
224 views
What are the Benefits/Risks of Unobtrusive Global Search until active pattern (Facebook, Apple)?
Apple and Facebook recently implemented a darkening of their global search inputs until focused. Apple's default short input width - widening on focus is also interesting.
My first assumption is ...
6
votes
6answers
788 views
UI paradigm for nested layout editor
I have an application that with a layout editor, somewhat similar to the WinForms editor in Visual Studio -- with drag-and-drop widget placement, a property panel, etc.
I'm adding the option to have ...
8
votes
2answers
572 views
Designing modern Site Maps
In my opinion, the Site Map is possibly the most important deliverable for any IA or User Experience project. The structure of the website needs to be pinned down before anything else can be started.
...