Is it possible in android that one transparent activity is on the top and a background activity is able to handle the events?
If yes then please refer the below imag
I have never tried, but creating a SlidingDrawer with a Fragment inside should work.
Using the Compatibility library will work till android 1.6!
On your button, you will add:
public void animateOpen () Since: API Level 3 Opens the drawer with an animation.
public void animateOpen ()
Since: API Level 3 Opens the drawer with an animation.