Android - Making Sliding Drawer to Slide from Left-To-Right

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

Here is a tutorial on this: link

It seems that there is no positioning for sliding drawer, I can not find any layout attributes provided by the sdk. But like in the tutorial above you could write your own sliding drawer widget and apply layout attributes to position the slider/panel.


You can checkout https://github.com/umano/AndroidSlidingUpPanel

How to do Android - Sliding Drawer to slide from Left-to-Right..?

You will need to implement your own SlidingDrawer.

There is no simple way to let it slide from the left like by changing some settings.

Check out these links:Panel and android-sliding-drawer.

How to make an Android SlidingDrawer slide out from the left?

I don't think you can, other than perhaps by grabbing the SlidingDrawer source code, making changes to it, and using your modified version. You similarly cannot make a SlidingDrawer that descends from the top.

How to show the DrawerLayout when sliding from left to right, no matter where?

SlidingMenu is best sliding library I've ever found, It's very good library.

You can set getSlidingMenu().setTouchModeAbove(SlidingMenu.TOUCHMODE_FULLSCREEN) enabling fling for all screen.



Related Topics



Leave a reply



Submit