I tried to implement sliding menu in my application. What i want is that there is a button on the top right corner of the screen. And sliding menu should come up from right to left which is reverse slide of facebook styled sliding. In Jfeinstein Sliding Menu, Sliding menu come out from left to right. I tried to implement the source to make it happen from right to left. But unfortunately, I still can't get it. Any ideas would be appreciate.
Asked
Active
Viewed 5,190 times
3
-
sliding drawer comes out from left to right try that and customize as per your needs – Athul Harikumar Sep 05 '12 at 09:22
-
@droidhot yes i already checked it out. The problem is that i can't find the codes which is written for sliding. May be i am too naive to find out. any ideas ? – myo htet aung Sep 05 '12 at 09:28
-
you dont need any code to slide a sliding drawer just a handler button by defining it in sliding drawer android:handle="@+id/handle" – Athul Harikumar Sep 05 '12 at 09:33
3 Answers
0
This is a demo project to explore how to implement a sliding menu like Facebook and others use.

Chirag
- 56,621
- 29
- 151
- 198
-3
I made a video (3 parts) on youtube on how to make a sliding menu like the on you are looking for. I show you how to set up the project and get everything linked up.
http://www.youtube.com/watch?v=tJJMyzdB9uI
The cool thing about ECSlidingViewController (Its the one I use) is that just about everything you want to configure (how far a view slides, the animations, left or right side) is done with a single line of code. When setting it up, I tell you where you can change it to be left or right side.
Hope this helps.

Kyle Begeman
- 7,169
- 9
- 40
- 58