What is the alternative of SlidingDrawer which is deprecated? For sliding up from bottom

user2940365 picture user2940365 · Dec 13, 2013 · Viewed 16.8k times · Source

Hey I need some sliding menu from bottom of screen. And I saw that the SlidingDrawer is deprecated.

So what is the alternative to SlidingDrawer which I can use for sliding up from bottom.

I know there is the NavigationDrawer, but I think that's only useable for sliding from left to right and reverse, or?

Answer

Carlos Robles picture Carlos Robles · Dec 13, 2013

check out this library

https://github.com/umano/AndroidSlidingUpPanel

it is from the umano app, that has released some code.

The 2.2 version of the Umano Android app features a sexy sliding up draggable panel for the currently playing article. This type of a panel is a common pattern also used in the Google Music app and the Rdio app. This is an open source implementation of this component that you are free to take advantage of in your apps. Umano Team <3 Open Source.