I like to implement side panel in my application as it is implemented in Facebook app.
Here is the screen shot of it

I guess I need to inflate the layout view and add animations of sliding, but I am not getting the idea how to start and implement it.
Thanks
There are couple of ways you can achieve this:
1- Use Scroller.
2- Use Slider.
you can find tutorial on internet regarding the controls I have mentioned above.
Thanks.