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