Alexandru Martin
06/27/2021, 1:14 PMradityagumay
06/27/2021, 1:16 PMEvery activity should contain a navigation graph?in short no. nav graph meant to fragment
It is ok if I have just activities and I don't use a navigation graph?yes
If I have one host activity, how many fragments are ok to use for navigation?as many as you want,
When I need activities and when I need fragments?fragment kind of reusable component. (even though you can achieved same thing by using compound view or compose)
Alexandru Martin
06/27/2021, 1:32 PMradityagumay
06/27/2021, 1:32 PMAlexandru Martin
06/27/2021, 1:39 PMIan Lake
06/27/2021, 2:30 PMactivity
destinations to navigate to other activities: https://developer.android.com/guide/navigation/navigation-create-destinations#create-activityAlexandru Martin
06/27/2021, 3:05 PMMark
06/28/2021, 1:26 AMandroid:label
argument used?