일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Fragment 수동 추가
- 생명주기
- binding adapter
- 리사이클러뷰
- 스와이프
- 안드로이드13
- 안드로이드
- Android
- high order function
- 안드로이드스튜디오
- ActivityTestRule
- Fragment에서 Activity의 함수 사용하기
- 코딜리티
- 뷰변경 감지
- 고차함수
- espresso
- fragment
- 구분선
- adapter
- 재사용
- IntentTestRule
- recyclerview
- 안드로이드개발레벨업교과서
- 테마 아이콘
- ui test
- LayoutManger
- viewholder
- 코틀린
- Error:Execution failed for task ':app:mergeDebugResources'
- searchview
- Today
- Total
목록분류 전체보기 (241)
룬아님의 취중코딩
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