Android - Making Sliding Drawer to slide from Left-to-Right
I have implemented "Sliding Drawer" in my application using the below XML layout: (I got this example from androidpeople.com) <LinearLayout android:id="@+id/LinearLayout01" android:layout_width="fill_parent" android:layout_height="fill_parent" xmlns:android="http://schemas.android.com/apk/res/android" android:background="@drawable/an...