일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- viewholder
- 생명주기
- 안드로이드개발레벨업교과서
- ui test
- 고차함수
- 코틀린
- Fragment에서 Activity의 함수 사용하기
- searchview
- fragment
- binding adapter
- 안드로이드13
- 코딜리티
- 안드로이드
- IntentTestRule
- adapter
- 안드로이드스튜디오
- Android
- Fragment 수동 추가
- 구분선
- espresso
- Error:Execution failed for task ':app:mergeDebugResources'
- 스와이프
- recyclerview
- 리사이클러뷰
- LayoutManger
- 테마 아이콘
- 재사용
- high order function
- 뷰변경 감지
- ActivityTestRule
- Today
- Total
목록개발/도움 되는 링크 (64)
룬아님의 취중코딩
https://www.raywenderlich.com/12275430-dagger-in-multi-module-clean-applications Dagger in Multi-Module Clean Applications In this tutorial, you’ll learn how to integrate Dagger in an Android multi-module project built using the clean architecture paradigm. www.raywenderlich.com
https://blog.pragmaticengineer.com/10-engineering-challenges-due-to-the-nature-of-mobile-applications/ 10 Engineering Challenges Due to the Nature of Mobile Applications I've been noticing that while there's a lot of appreciation for backend and distributed systems challenges, there's a lot less empathy for why mobile development is hard when done at scale. Building a backend system that serves ..
https://www.journaldev.com/31950/android-materialbuttontogglegroup Android MaterialButtonToggleGroup - JournalDev In this tutorial, we'll be focusing on MaterialButtonToggleGroup, newly introduced with Android Material Components. Android MaterialButtonToggleGroup www.journaldev.com
https://developer.android.com/kotlin/coroutines Kotlin 코루틴으로 앱 성능 향상 | Android 개발자 | Android Developers 코루틴은 비동기적으로 실행되는 코드를 간소화하기 위해 Android에서 사용할 수 있는 동시 실행 설계 패턴입니다. 코루틴은 Kotlin 버전 1.3에 추가되었으며 다른 언어에서 확립된 개념을 기반으로 합니다. Android에서 코루틴은 다음 두 가지 기본 문제를 해결하는 데 도움이 됩니다. 기본 스레드를 차단하여 앱이 정지될 수 있는 장기 실행 작업을 관리합니다. 기본 안전, 즉 기본 스레드에서 네트워크 또는 디스크 작업을 안전하게 호출하는 기능을 제공 developer.android.com https://kotlinl..