Zain I.
Zain I.

Reputation: 205

How to create an activity with side panel in android?

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

Answers (1)

poss
poss

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

Related Questions