Motassem Jalal
Motassem Jalal

Reputation: 1314

Adding navigation drawer to AppCompatActivity

I need to add a navigation drawer to my app. The activities extend AppCompatActivity. I want the navigation drawer to be used in some of the activities. The navigation drawer should look something like the one if the play store (i.e. a circled ImageView and some text + a listView). Can I edit the code available when creating a new navigation drawer activity in Android studio?

I tried the following code Here and extended it in my activity but it didn't work.

Upvotes: 2

Views: 3419

Answers (1)

Bryan Herrera
Bryan Herrera

Reputation: 279

Sometimes using the navigation drawer template activity is a complete mess. Try this tutorial. Slidenerd is a really good source for the new material design stuff. :)

Upvotes: 2

Related Questions