일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 뷰변경 감지
- ActivityTestRule
- 코틀린
- 리사이클러뷰
- Android
- 생명주기
- 스와이프
- 테마 아이콘
- viewholder
- 안드로이드개발레벨업교과서
- ui test
- recyclerview
- high order function
- IntentTestRule
- 고차함수
- 코딜리티
- 안드로이드스튜디오
- 구분선
- 안드로이드
- espresso
- LayoutManger
- Fragment 수동 추가
- Error:Execution failed for task ':app:mergeDebugResources'
- 안드로이드13
- Fragment에서 Activity의 함수 사용하기
- fragment
- 재사용
- searchview
- adapter
- binding adapter
- Today
- Total
목록개발 (235)
룬아님의 취중코딩
https://florentblot.medium.com/kotlin-flow-in-clean-architecture-and-mvvm-pattern-with-android-682605c42a38 Kotlin Flow in Clean Architecture and MVVM Pattern with Android The first goal when developing an Android application is to have a code easy to test and painless to maintain. We must use an architecture… florentblot.medium.com
동작 변경사항: Android 12를 타겟팅하는 앱 | Android Developers Android 12를 타겟팅하는 앱에 영향을 주는 Android 12의 변경사항을 알아봅니다. developer.android.com 31 동작 변경 사항에 의하여 widget에서 사용하는 PendingIntent의 flag에 일괄적으로 PendingIntent.FLAG_IMMUTABLE 을 넣어주었다. 배포 이후 Caused by java.lang.NullPointerException이 발생하기 시작하였고 원인은 무지성으로 넣어준 IMMUTABLE flag 때문이었다. Widget의 ListView의 경우 setPendingIntentTemplate을 통하여 PendingIntent를 넘겨주고 RemoteViews..
https://medium.com/@alex.calovi98/manage-android-strings-on-a-view-model-2da4aa2970ed Manage Android Strings on a View Model Written by Alex Calovi medium.com