일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- LayoutManger
- 재사용
- recyclerview
- 생명주기
- 코딜리티
- 안드로이드13
- high order function
- Fragment 수동 추가
- 스와이프
- ui test
- Fragment에서 Activity의 함수 사용하기
- 고차함수
- IntentTestRule
- viewholder
- Android
- searchview
- 구분선
- espresso
- 뷰변경 감지
- 리사이클러뷰
- 테마 아이콘
- adapter
- 코틀린
- Error:Execution failed for task ':app:mergeDebugResources'
- fragment
- 안드로이드
- 안드로이드스튜디오
- binding adapter
- 안드로이드개발레벨업교과서
- ActivityTestRule
- Today
- Total
목록개발/도움 되는 링크 (64)
룬아님의 취중코딩
https://medium.com/swlh/mvvm-on-android-with-the-architecture-components-koin-f53c3c200363 MVVM on Android with the Architecture Components + Koin As you can see the repository has a constructor with two parameters, the first one class that represent online data and the second… medium.com
https://blog.kmkonline.co.id/automate-your-android-app-bundle-publishing-using-jenkins-382a79786402 Automate Your Android App Bundle Publishing using Jenkins As the software development team grows, we have to always keep an eye of what we could improve to make the process more efficient. In this… blog.kmkonline.co.id
https://proandroiddev.com/simplifying-the-fragmentmanager-api-multiple-fragment-backstacks-on-android-9b64ddb0d654 Simplifying the FragmentManager API: Multiple Fragment backstacks on Android Fragments in Android are many things to different people. View controllers, state containers, callback hooks to system events like… proandroiddev.com