I have a program and I want to implement a sliding menu.
First I tryed Navigation Drawer Navigation Drawer which is what I basically want because:
1) It doesn't push the screen, it cover it 2) When I click on button up left it opens the menu 3) When I try to click on the screen to another
But on the other hand:
I don't want to have a button up left, I want the user to click a button from the screen and every time a different sliding menu comes up.
I tryed also jfeinstein10 Sliding Menu , but it doesn't cover the screen it only push it away and they have told me that it's not possible to change that. But on other hand, it is easy and better on some ways.
So any ideas how to 1) not have up left icon/button and 2) how to handle the navigation drawer with a button?
Edit:
I want to have a sliding menu that covers the screen not to push the screen