Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Navigation drawer added in SecondActivity #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

apoorva2810
Copy link

It's better to make navigation drawer in another activity other than MainActivity. It will be easy for the user to use the code in their app because most of the time we need navigation drawer in other activities other than main activity.

@ekordev
Copy link

ekordev commented Oct 12, 2018

For anyone thats looking to do this you start a new project using the Nav drawer template on Android studio & replace the code in the drawer activity with the code from this source's main activity (except for the name)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants