How to create a sub menu?
Hi all, just started with Andromo and I can't figure out how to do a submenu,
I selected a list style(text only) dashboard, and I created 2 activities that I can find on the left hidden menu (when you pull it from the left to appear.)
However I want to have a dropdown submenu for those 2.
Just an example:
Main Menu
-A
1
2
3
-B
1
2
3
-C
1
2
3
Thanks for any advice!
I selected a list style(text only) dashboard, and I created 2 activities that I can find on the left hidden menu (when you pull it from the left to appear.)
However I want to have a dropdown submenu for those 2.
Just an example:
Main Menu
-A
1
2
3
-B
1
2
3
-C
1
2
3
Thanks for any advice!
Comments
Soon however, it will be available.
If you need a solution right now, it is technically possible to create a menu using special "andromo://" links on HTML pages that direct to an activity in your project. You would need to create the links on an HTML-based activity (a Custom Page or HTML Archive activity) for each level in your submenu. See: http://support.andromo.com/kb/activities/html-archive-activity#linking-to-another-activity
The actual sub-menu feature (activity groups) will have much more functionality than you could achieve in HTML, however. For example, images and theme settings can cascade from one level to the next; group activities can inherit theme and image settings from their parents, so if you want, you'll be able to define the look of a whole "branch" by changing the settings at the start of that branch (or from any point in the "tree" that you want), instead of having to edit each activity individually.
I am not in rush with my current project, however it depends on submenus highly.
So basically (at current functionality) I have to make all activities I need with the related content in it, then on the parent activity page (A) I make a link to all the child activities (1,2,3), then hide them (1,2,3)?
Yes, exactly.
Thanks guys!