Here Is Slide Menu Image That I want
like
https://www.dropbox.com/s/t51hnf1768xifsj/Screenshot_2014-07-02-13-47-32.png
Hello Guyes
i want to make Sliding Menu Like this Image .Top Of Sliding Menu Show User Logged Image .I m using Json
Sliding Should Work For All Activity .Guyes i m very New On Android .I dont How To make Sliding Menu Like This
please Help Me To create Sliding Menu
thanks In Advance
You can achieve this by implementing Navigation Drawer.
Here is the example which will help you understand it better
Navigation Drawer - android and Android Sliding Menu using Navigation Drawer
Hope this will help you.
Related
I am new to Android. I want to implement navigation drawer as this :
The Navigation drawer should open below App Bar and should have red left pane for category icon and right page (white) with navigation options.
I am trying to convert default Navigation Drawer activity of Android to this style but don't know where to start with.
If anyone can help me implementing this would be great help.
Thanks in advance.
you need a custom navigation drawer to achive that, you can start by following this link https://github.com/awidiyadew/DrawerMultiLevelListview
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 want to use Navigation drawer in Action Bar and below that I want to use Swipe Tabs in single sherlock fragment. I want to open above sherlock fragment on the Item click of ListView.And Most Important think is that I want to open different swipe tab on the click of different Item in ListView.
thank in advance.
Use this library. Because Navigation Drawer with swipe tabs is really difficult and as far as I know many developers are struggling with it. For reference you can refer my Application.
Create the Navigation Drawer with the standard procedure and just integrate the above library.
Hope it helps
I am working with android.I had searched a lot to create a sliding drawer from left to right.But most of the tutorials gives from top to bottom . How can I create a sliding drawer from left to right ?? please help me I am new in android ,thanks in advance :)
Actually when you create a new Activity from
File -> New -> Other -> Android -> Android Activity
You can choose in the second page the Navigation Type, if you choose Navigation Drawer your activity comes equipped with a navigation drawer that you can pull from the left.
There are a lot of comments to explain how the drawer works in the newly created activity, and you can customize it to your liking.
I am making an app. I need to implement a drawer layout. I had done that part but now i have to slide action bar while opening drawer layout like face Book. Please give me some solution.
please help me.
you can use external library for sliding menu. Here it is like for library and source example
https://github.com/jfeinstein10/SlidingMenu
Hope you like it