Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

second menu #44

Open
jjhesk opened this issue May 11, 2015 · 4 comments
Open

second menu #44

jjhesk opened this issue May 11, 2015 · 4 comments

Comments

@jjhesk
Copy link
Collaborator

jjhesk commented May 11, 2015

how do i make it to navigate from the first menu to the second menu list within the drawer?

@madcyph3r
Copy link
Owner

What do you want? You want to call the second section, or to open a new menu?

To change the menu, do this:

setCustomMenu(newMenu);
// then call
reloadMenu()
// or
reloadMenu(loadSectionPosition)

@jjhesk
Copy link
Collaborator Author

jjhesk commented May 15, 2015

it is done in the sliding fashion. its just once the a item is selected in the menu A and the menu B is preloaded on the right side of the menu A. The animation sliding effect is taking place and slide out the menu B. yet the back button possible on the top item will bring the menu A back with the from left to right.

The one you have mentioned above will do the job but it doesnt show the viewpager-like sliding effect.

@madcyph3r
Copy link
Owner

Ok, so you need an animation if you load the other menu?

@jjhesk
Copy link
Collaborator Author

jjhesk commented May 19, 2015

yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants