i wanna create a Menu which come from the left of the screen, classics menu came from the bottom of the screen onclick on Menu button, is there a way to make it vertical and come from the left.
i wanna create a Menu which come from the left of the screen, classics
Share
You should intercept the button menu and display your custom view.
Probably this article is a good starting point.
[EDIT]
A new approach for a vertical menu on the left of the screen is to create a “Fly-in-App” menu as decribed from Cyril Mottier in his blog.
To achieve something like that you can use android-menudrawer library