質問

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