1

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?

Ziv Kesten
  • 1,206
  • 25
  • 41
  • I think if you have VIEW with you, then you can do this. – Pratik Dasa Jun 16 '14 at 12:59
  • i dont understand what you mean, what is this effect called? how can i implement it? once i can do this i will place my fragment inside of it. – Ziv Kesten Jun 16 '14 at 13:05
  • You can do this using SlidindDrawer, for reference read this link: http://stackoverflow.com/questions/3695856/android-slidingdrawer-from-top – Pratik Dasa Jun 16 '14 at 13:15
  • the question you reffered to, states that sliding drawer will not work and also this is depracated and is now implemented using navigation drawer, however it does not have top -to - bottom implemantation, do you know of any other methods? i came across this: https://github.com/grantland/android-verticalpager but i cant really understand how toy use it... – Ziv Kesten Jun 16 '14 at 13:22

1 Answers1

1

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

Ziv Kesten
  • 1,206
  • 25
  • 41