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?

有帮助吗?

解决方案

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.

其他提示

Use this :- https://github.com/6wunderkinder/android-sliding-layer-lib

You can slide from any direction using this project

This blog is pretty thorough if you want to make your own version:

http://darkgoddess.org/wonderland/2013/03/09/slidingdrawer-is-dead-long-live-slidingdrawer/

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top