I want to implement Right and Left Side Sliding Menu so I am using Navigation Drawer to for Left side ListView and Right Side ListView.
I have set code and It is working fine. But right now, Situation is like there is only one NavigationDrawerIcon which is at Left side and by Clicking on it, I am getting both side Slider.
But I want to Display NavigationDrawerIcon at Right and Left Side both. So, how to do it ?
Related
I have used Bottom Navigation, on click of end options menu (say 'More') I want to open navigation Slider from Right side of screen. Is it possible? If yes, then how to do this?
In the app that i'm working, has 2 navigation drawer. As is usual, I have de drawer indicartor on the left side to indicate the existance of the left drawer. But as I said, I have the Right drawer, and I want to know if it's possible to put another indicador for the right one, and if it can have the same behaviour as the left one.
Toolbar now
Other drawer indicator in right side
I want to implement sliding Menu like below images ,I am using SlidingPaneLayout to create Left Sliding Menu but How i can make it to behave like below images.
Now when some one close it by Either top left icons click or by drag to left it should be close like below shown image.
This image are just for giving idea of what i am try to do in my sliding Menu .
Let me known that some known how to achieve such in android.
I'm using Navigation Drawer to navigate between Fragments, right now the drawer can be opened with two ways:
by click on item in my action bar , this is easy to modify List item
by swipe gesture from left to right
My problem is that the swipe area is to narrow, only if you swipe from the very start of the left side the drawer will open.
I want to extend this area, so the "swipe area" can begin on wider area. So if you begin your left to right gesture it will open the drawer ever if you begin the gesture a bit far from the left side.
how to make sliding drawer like below from left to right and right to left.This should be done in both side when click on button.without Action bar and after sliding from left to right part of list should be seen in right side
Android Navigation Drawer
*Recommended: * SlidingMenu Library
You can create a side menu navigation drawer using ActionBarSherlock Library
http://www.androidbegin.com/tutorial/implementing-actionbarsherlock-side-menu-navigation-drawer-in-android/