-
How to add default navigation drawer activity to all the activities in android studio
almost 9 years ago
-
almost 9 years ago
Hello,
Use Fragment instead, There will be a single activity and multiple fragments which will change on your certain actions. You can look into my repo where this has been applied on a project , here is the link to the project.
But you still want to play with the activity then create a single activity with navigation drawer and extend all your activities from it.
Happy coding :)
-
1 Answer(s)