Android Question Is there MultiLevel Menu Library/Class Available?

incendio

Well-Known Member
Licensed User
Longtime User
Hi guys,

I have search and if not mistaken, all library/class for menu are only 1 level, means that after users clicked a menu item, menu disappear and return control to developer.

Is there multilevel library/class for menu that after users clicked a menu item, another menu shows?

If there is no such library/class, is there a menu library/class that returns not only which item is clicked, but also returns its position so I can build multilevel menu from a scratch?

Thanks in advance.
 

Cableguy

Expert
Licensed User
Longtime User
I recall seeing an "expandable" menu lib based on panels that resized upon touch in a "title button" thus showing a second level menu. Still implementing this with a class shouldn't be too hard, specially when you know the menu items that go to these!
 
Upvote 0
Top