Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Lifecycle
- RecyclerView
- Android
- SSAID
- Retrofit2
- multipart
- gradle plugin
- layout_constrainedWidth
- ThreeTen Backport
- BottomSheetDialogFragment
- log
- Collections Function
- NumberPIcker
- Navigation
- Room
- kotlin
- 화면 회전
- Popup menu background color
- Load failed
- http
- layout_constrainedHeight
- 기기고유값
- todo
- json
- DialogFragment
- 생명주기
- DataBinding
- studywithme
- WorkManager
- findNavController
Archives
- Today
- Total
목록findNavController (1)
chacha's
🔀 Dialog에서 findNavController 접근 못 하는 문제
Why Dialog does not have a NavController [Missing]? - stack overflow 를 참고하여 작성한 글입니다. binding.repeatSettingOkBtn.setOnClickListener { view -> view.findNavController().navigate( RepeatSettingDialogFragmentDirections.actionRepeatSettingDialogToRepeatSchedule(repeatInfo)) } DialogFragment에서 navigation을 이용하여 이동하려고 NavController에 접근하면 아래와 같은 에러를 만났습니다. java.lang.IllegalStateException: View com.google..
Android/TIL
2021. 6. 16. 19:45