Top "Android-sliding" questions

Android - Making Sliding Drawer to slide from Left-to-Right

I have implemented "Sliding Drawer" in my application using the below XML layout: (I got this example from androidpeople.com) &…

android android-widget android-sliding
New Activity in Android "enter from the side"

What's the best way to go to a new activity but make it look like the activity slides to the …

android user-interface android-activity screen android-sliding
Advice: Implementation of SlidingMenu on Android (J. Feinstein)

I have a problem (seriously, I do not know how to do it :D) with the implementation of SlidingMenu library (…

android android-sliding
How to use Sliding Menu with ActionBar Sherlock?

I am trying to use a sliding menu in my existing project where action bar Sherlock is used. But I …

android actionbarsherlock android-sliding
Vertical sliding menu in Android

Is there a vertical sliding menu available for android. I need something similar to Sliding menu of the Google Plus …

java android android-menu android-sliding
Add animation to an ExpandableListView

Is there a way to add animation when opening an expandable list in Android? I want it so that when …

android expandablelistview android-sliding
How to change android slidingdrawer handle button position

In default handle button in android SlidingDrawer in the centre of the drawer. Is it possible to change that position …

android android-sliding
Correct way of implementing SlidingDrawer in Android

What is the correct way of implementing Sliding functionality in android?? because android.widget.SlidingDrawer class in android has been …

android android-sliding
How to show "Sliding Menu" on Activity launch?

I am trying to use excellent library Sliding Menu by Jeremy Feinstein. For my case it will be great if …

android android-sliding
Android: How to hide the sliding menu when back button clicked

I am using : https://github.com/iPaulPro/SlidingMenu library to implement Facebook like sliding menu, along with ActionBarSherlock library. The …

android android-actionbar android-sliding