I'm working on my App about 6 Months.
I don't know if I misread it but, is it possible to create and add a Navigation Drawer when I have different Activities?
How my App works:
SplashScreen -> LogInScreen -> Activity 1(ListView
) -> Activity 2 (after click on ListView
item) -> ... and so on.
Is it possible to add now a Navigation Drawer
? I read something that you can add a Navigation Drawer
only if you don't switch between Activities is that right?
I want a Navigation that looks on every Activity
different. Is it possible or it can only have one layout?
I hope my problem is clearly explained.
Kind Regards