Hi I am working with android.I need to create a slider drawer in my app.I had searched a lot for to create a left to right slide drawer as in the image.I want a smooth transition on swiping the handle button.How Can I create a left to right sliding drawer.Thanks in advance :)
Asked
Active
Viewed 187 times
0

Maxwell
- 552
- 2
- 5
- 20
-
http://stackoverflow.com/a/15879886/1939564 – Muhammad Babar May 06 '14 at 07:08
-
Also now NavigationDrawer is added in android design pattern https://developer.android.com/design/patterns/navigation-drawer.html – Muhammad Babar May 06 '14 at 07:09
-
how can I change button position as in the picture in navigation drawer ? – Maxwell May 06 '14 at 07:10
-
Button is simple a child inside the layout you can put it anywhere in your layout. – Muhammad Babar May 06 '14 at 07:11
-
Go through this link. http://sampleprogramz.com/android/slidingdrawer.php – Amit Gupta May 06 '14 at 07:15
-
I already used tha code but no such smooth transition here that i want – Maxwell May 06 '14 at 07:16
-
As u said How can I used navigation drawer with home button(handler)in my custom position ?? – Maxwell May 06 '14 at 07:17
-
possible duplicate of [Android - How to make slide menu like facebook, spotify and Google +](http://stackoverflow.com/questions/11465774/android-how-to-make-slide-menu-like-facebook-spotify-and-google) – Marcin Orlowski May 06 '14 at 07:22
-
Home button is a `View` inside your `layout` you can place it any where for example in your case `button` should have attribute `android:centerVertical = true` assuming `RelativeLayout` as parent. – Muhammad Babar May 06 '14 at 07:26