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 |
Tags
- Load failed
- Collections Function
- multipart
- 화면 회전
- Popup menu background color
- gradle plugin
- json
- layout_constrainedHeight
- BottomSheetDialogFragment
- 생명주기
- ThreeTen Backport
- http
- layout_constrainedWidth
- log
- NumberPIcker
- findNavController
- Navigation
- WorkManager
- todo
- DataBinding
- Android
- RecyclerView
- DialogFragment
- Lifecycle
- kotlin
- SSAID
- studywithme
- Room
- Retrofit2
- 기기고유값
Archives
- Today
- Total
목록bundle (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