Ziv Kesten
Ziv Kesten

Reputation: 1242

Android Pull down fragment

I am trying to get an effect that is similar to navigation drawer only the swipe would come from the top of the screen, much like the notifaction center in android:

this is what i need to do: enter image description here

what i want is for a specific fragment to always be there and can be brougt to the view by pulling down, anyone knows how to do that?

Upvotes: 1

Views: 2371

Answers (1)

Ziv Kesten
Ziv Kesten

Reputation: 1242

Eventually mennaged to get this effect using this awsome and grate library!: https://github.com/umano/AndroidSlidingUpPanel Free to user and amasingly effective.

Upvotes: 1

Related Questions