Hi Guys, do you prepare creating another activity ...
# android
h
Hi Guys, do you prepare creating another activity for login and registration on navigation components
k
You dont need to create another activity for login and registration. One activity would still suffice.
h
Oh okay, hmmm it is better to used nested graph for that?
k
You can you nested graph to create a tight scope, where your viewModel will be attached to that graph. But yea, if required feel free to use them.
I use :app module simply to connect all the feature modules.