-
App에 Activity가 여러개 있다면 각 Activity 당 하나의 NavGraph를 가져야함
-
androidx.fragment.app.FragmentContainerView
<androidx.fragment.app.FragmentContainerView android:id="@+id/nav_host_fragment"
android:name="androidx.navigation.fragment.NavHostFragment"
| /* | |
| * Copyright 2020 The Android Open Source Project | |
| * | |
| * Licensed under the Apache License, Version 2.0 (the "License"); | |
| * you may not use this file except in compliance with the License. | |
| * You may obtain a copy of the License at | |
| * | |
| * http://www.apache.org/licenses/LICENSE-2.0 | |
| * | |
| * Unless required by applicable law or agreed to in writing, software |