일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 뷰변경 감지
- 테마 아이콘
- viewholder
- 구분선
- 고차함수
- 리사이클러뷰
- 코틀린
- ui test
- 재사용
- ActivityTestRule
- 안드로이드스튜디오
- Fragment에서 Activity의 함수 사용하기
- 스와이프
- Fragment 수동 추가
- 생명주기
- Android
- fragment
- IntentTestRule
- recyclerview
- 안드로이드
- searchview
- espresso
- 안드로이드개발레벨업교과서
- 안드로이드13
- binding adapter
- adapter
- LayoutManger
- high order function
- 코딜리티
- Error:Execution failed for task ':app:mergeDebugResources'
- Today
- Total
목록개발/도움 되는 링크 (64)
룬아님의 취중코딩
https://medium.com/@balsikandar/mastering-recyclerview-optimizations-in-android-f937919d4dd7 Mastering RecyclerView Optimizations in Android RecyclerView is a powerful widget in Android for efficiently displaying large lists or grids of data. To ensure your app’s performance and… medium.com
https://towardsdev.com/moshi-vs-gson-vs-kotlin-serialisation-bef9614a34da Moshi Vs Gson Vs Kotlin Serialisation Definitions towardsdev.com
https://proandroiddev.com/performance-with-jetpack-compose-part-1-4867882949e7 Performance With Jetpack Compose — Part 1 Step by step approach on improving your UI performance with jetpack compose using a sample application. proandroiddev.com
https://medium.com/@myofficework000/mvvm-to-mvi-a-guide-to-migrating-your-android-architecture-8d3cb5bb9f06 MVVM to MVI: A Guide to Migrating Your Android Architecture Moving from the Model-View-ViewModel (MVVM) architecture to the Model-View-Intent (MVI) architecture can seem like a daunting task. But… medium.com