일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- adapter
- 코틀린
- fragment
- ui test
- 고차함수
- 안드로이드개발레벨업교과서
- Android
- viewholder
- 재사용
- 안드로이드
- high order function
- binding adapter
- 구분선
- searchview
- IntentTestRule
- 뷰변경 감지
- 코딜리티
- 생명주기
- 리사이클러뷰
- recyclerview
- Error:Execution failed for task ':app:mergeDebugResources'
- espresso
- ActivityTestRule
- Fragment 수동 추가
- 스와이프
- 안드로이드스튜디오
- LayoutManger
- 안드로이드13
- Fragment에서 Activity의 함수 사용하기
- 테마 아이콘
Archives
- Today
- Total
룬아님의 취중코딩
Databinding LiveData가 작동하지 않을 때 확인할 것들 본문
1. LifeCycleObserver 확인
Activity
binding.lifecycleOwner = this
Fragment
binding.lifecycleOwner = this.viewLifecycleOwner
2. toMutableList 적용해 보기
items.toMutableList()
반응형
'개발 > 안드로이드 개발' 카테고리의 다른 글
Java Callback을 Coroutine으로 변환하기 (0) | 2021.08.09 |
---|---|
Multi Module에서 Hilt를 사용할 때에 cannot access가 발생하는 이슈 (0) | 2021.05.20 |
Terminal로 딥링크 테스트 하는 방법 (0) | 2020.09.02 |
Viewpager adapter를 이용하여 setUserVisibleHint 호출하기 (0) | 2020.04.21 |
Exoplayer hls 네트워크 속도에 따라 높은 해상도에서 낮은 해상도로 낮추기 (0) | 2020.03.25 |
Comments