开发者

Representing hierarchy in a mobile app

开发者 https://www.devze.com 2023-03-24 05:21 出处:网络
Normally to represent hierarchy of items (parent-child) we use a tree control. But on mobile devices it may be inconvenient. I have hardly seen any app that shows tree controls. Is there any alternat

Normally to represent hierarchy of items (parent-child) we use a tree control.

But on mobile devices it may be inconvenient. I have hardly seen any app that shows tree controls. Is there any alternative UI design that can represent hierarchy?

开发者_StackOverflow社区

Thanks.

Regards, Gautam Jain


First thing that comes to mind would be like a menu. You would see a list of items and every time you click on one, the list would be replaced by the child list. You could use a back button to move back up the levels. This would make it easy to navigate at the disadvantage of not being able to see the whole structure at one time.

0

精彩评论

暂无评论...
验证码 换一张
取 消