Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Android

Daniel Cadwell
Daniel Cadwell
400 Points

How to build three different Nav drawers in the same app for three different activities.

I am a senior Computer Science major at California State University at Monerrey Bay, I am working on a team project in which we are designing coding and documenting an App. Ours is a Food Truck locator. I need to build three drawers for the app. one for the splash page, one for a basic user and then one for the Truck owners. I can open a project and change things around and get one page to look the way i need it two. I have never used android Studio before but am an acceptable Java and C++ programer. How do i incorporate the other two drawer designs for the other two specific activities in the same project. HELP.............

1 Answer

I would think you would need one navigation drawer and populate it with a custom adapter.