philipparndt / mqtt-analyzer

Apache License 2.0
97 stars 6 forks source link

Introduce navigation using a tree view #5

Closed philipparndt closed 2 years ago

philipparndt commented 4 years ago

The current topic view displays a flat list of topics. Introduce an alternative tree navigation.

open question: where to place the switch between those views? In the action sheet on the topic view?

UlrichFrank commented 4 years ago

Please have a look at https://github.com/Augustyniak/RATreeView or https://github.com/gringoireDM/LNZTreeView. These controls might be interesting. What do you think about restricting depth to just a few levels and then use a flat list? It doesn't look very convenient to browse to a deep structure.