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/
Related
following image is a top down sliding navigation drawer (after click on navigation icon action bar become to menu), how can I modify navigation drawer to be something like this? is there any library for it?
thanks.
You could try to use a "reversed" Bottom Sheet component and fill it with a custom ListView as a menu.
I've found this repository on github for building a "top sheet", hope it helps!
I have implemented left navigation drawer using this library. I need the navigation drawer in both (left and right) side.
How can I create navigation drawer in both side?
I have achieved this, here is the gif for it. .
I program in android app with android studio. I would like to try to make the same top sliding drawer like this that is in the app of "airbnb". I tried with sliding drawer but I don't know how to start first because the sliding drawer component of android is "depracated" after API 17. I also tried with navigation drawer but it is on the side and not from top to bottom.
I don't think that the navigation drawer or drawer layout could help.
Thanks a lot !
If someone has an idea...
Refer to this library: Link
There are instructions about how to make this panel slide from top in the readme file.
How to using Custom Sliding menu OR how to set navigation drawer to be opened from right to left?
My Screenshot is,
Please Guide me.
Thanking you.
Your can use sliding menu:
https://github.com/jfeinstein10/SlidingMenu
menu.setMode(SlidingMenu.RIGHT);
I'm new to android.I trying to implement Navigation drawer. I done with that but I want when I click on navigation drawer icon the fragment also move to left as the ListView of navigation drawer appears
Try Jfeinstein10's Sliding menu