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:
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?
Eventually mennaged to get this effect using this awsome and grate library!: https://github.com/umano/AndroidSlidingUpPanel Free to user and amasingly effective.