Reputation: 205
I want to create an activity with a side panel. More precisely, i want an activity similar to Google Play Store app (i.e. if swiped left-rigt, a panel opens).
Please help me solve this problem.
Upvotes: 0
Views: 2487
Reputation: 1789
It's called navigation drawer
.
I'd suggest read up on it on official site, it has even a sample app you could try it on.
https://developer.android.com/training/implementing-navigation/nav-drawer.html
Upvotes: 2