i want to create a swipe menu like navigation drawer. But there is going to be textviews and imageviews, like a half activity. Is it possible to make this?
You can use NavigationDrawer
from support library.
Include a FrameLayout
as a child of the DrawerLayout
and make the android:layout_gravity="left"
. Then put anything you want in it. You do not have to use only ListView
. What you put in a view that has left gravity will be the left menu
Yes it's possible. This is tutorial for navigation drawer
and you can create custom fragment instead of listview. use fragment to display slider menu
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With