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
Related
I have created an android app with a navigation bar activity. I have added an image header to the navigation drawer activity. But, it is showing a little gap in the left.
Please help me.
Here is the link to the emulator screenshot.
https://drive.google.com/uc?export=download&id=0ByJqiordkH5zYm9mam1MTTRvU2c
Thanks.
Also, send me a good tutorial on adding icons to items in navigation drawer.
Thanks I did it. I used android:ScaleType="fitStart" to clear this.
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
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.
I'm trying to implement a sliding menu without using the sliding drawer element deprecated. I see a lot of examples but all of them use sliding drawer or haven't complete code. Can you post some example or library to solve my problem?
Use this one
https://github.com/jfeinstein10/SlidingMenu
Easy to implement, just add java code of example and create your menu.xml
You can check out Navigation Drawer
I just want to create an action bar as foursquare app.
and i want to show a slide out menu when the home button pressed just like the image shown.
I am able to create the custom action bar but not like the first image. Please provide any tutorial which will help to create the Action bar
You may use the version included in the Google Android SDK (instead of an 3rd party lib.)
Read about Navigation Drawer for more details.
SlidingMenu is a great and easy-to-use library for this.
edit: Sorry, thought the question was only about the slide-in menu.
For actionbar, your best library will be ActionbarSherlock