I am getting curious to know that how a view can be created like the one shown below . Is this drag and drop or some custom view with gesture detection and animations? What can be a good starting point?
Asked
Active
Viewed 1.5k times
2 Answers
24
ViewDragHelper can be used to achieve this effect. Some good tutorials and samples are: dragging-with-viewdraghelper and each-navigation-drawer-hides-a-viewdraghelper and DraggablePanel and AndroidSlidingUpPanel

SohailAziz
- 8,034
- 6
- 41
- 43
1
Checkout BottomSheetDialogFragment from new Material design, here is a good tutorial on how to do it

MJakhongir
- 2,101
- 2
- 16
- 27