아래는 코모스튜디오가 직접 만든 무료 앱이에요(한 번만 봐주세요 ^^)
아래 코드를
navController = Navigation.findNavController(this, R.id.fragment_navi_dashboard_host);
요렇게 바꾸어야 함
NavHostFragment navHostFragment =
(NavHostFragment) getSupportFragmentManager()
.findFragmentById(R.id.fragment_navi_dashboard_host);
NavController navController = navHostFragment.getNavController();
' [안드로이드 공부] > UI' 카테고리의 다른 글
Caused by: android.view.InflateException: Binary XML file line #17 in android:layout/number_picker_material: Error inflating class android.widget.NumberPicker$CustomEditText (0) | 2021.01.07 |
---|---|
viewpager 사용 시 하단 영역을 벗어날 경우 (0) | 2020.12.23 |
Resources$NotFoundException: File res (0) | 2020.09.08 |
Actionbar Navigation icon 변경 (0) | 2019.10.26 |
Navigation Drawer icon 숨기기 (0) | 2019.10.26 |
모든 게시물은 코모스튜디오의 소유이며, 무단 복제 수정은 절대 불가입니다. |
퍼가실 경우 댓글과 블로그 주소를 남기고 해당 게시물에 출처를 명확히 밝히세요. |