I want to implement the same behaviour of the notification view in the official Facebook app.
The “notifications” tab are at the bottom and can drag/drop via fingers to full screen.
How can i do that?
I’ve tried it via ViewFlipper and Animation…. But no success.
Does anyone know how we can do this?
The app “Zedge” has the same in the “search” function.
Via drag/drop you can open the “search” view.
Additionally, here is a litte demo how the SlideingDrawer is used:
/src – SliderActivity.java:
/res/layout – main.xml
Additionally you need to images in your /res/drawable folder – in this case like
arrowup.pngandarrowdown.pngIf you put that all together it turns out to look like that: