Mobile Design Pattern: Tree view of file
Article Metadata
This design pattern is part of the Mobile Design Patterns series.
Contents |
Description
In tree view the mobile user can see the complete file tree.
Means the folder contains the sub folder1 and subfolder1 contains subfolder2.
This phenomenon called tree view of file.
Advantage
• Better view
• Fast access to subfolder
• Easy to touch and view
Disadvantage
• Used only when a folder contains subfolder which form tree view
Use when
We can use it when we need to go from one folder to another folder in file.
When a folder contains two subfolder.




(no comments yet)