일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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에서 Activity의 함수 사용하기
- Error:Execution failed for task ':app:mergeDebugResources'
- 리사이클러뷰
- espresso
- adapter
- 뷰변경 감지
- 안드로이드
- ActivityTestRule
- Fragment 수동 추가
- 안드로이드13
- 테마 아이콘
- 스와이프
- binding adapter
- recyclerview
- 구분선
- viewholder
- IntentTestRule
- LayoutManger
- high order function
- Android
- 생명주기
- 안드로이드스튜디오
- 코딜리티
- ui test
- 안드로이드개발레벨업교과서
- searchview
- fragment
- Today
- Total
목록분류 전체보기 (241)
룬아님의 취중코딩
https://www.raywenderlich.com/24255307-rendereffect-in-android-12 RenderEffect in Android 12 Learn how to use the new RenderEffect API in Android 12 to efficiently add custom styles to your views like blurs, saturation, offset, and more. www.raywenderlich.com

원본 : https://androidchef.com/kotlin-interview-questions-15755f899199 Kotlin Interview Questions — Beginner to Pro “Kotlin is a programming language that makes developers happier :),” Quoted by JetBrains and the open-source contributors. I really have… androidchef.com 해당 내용을 한국어로 번역만 하였습니다. Kotlin에서 val과 var의 차이점은 무엇입니까? Kotlin에서 val은 Java의 final 키워드와 동일합니다. 값이 지정되면 변경할 수 없으며 변경할 수 없습니다. var는 일반 ..
https://adavis.info/2022/05/what-engineering-leaders-need-to-know-from-this-years-google-i-o.html?utm_source=rss&utm_medium=rss&utm_campaign=what-engineering-leaders-need-to-know-from-this-years-google-i-o What engineering leaders need to know from this year’s Google I/O I didn’t intentionally aim to create a rhyming title, but there you have it. Each year, I look forward to Google I/O like a ki..