일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- IntentTestRule
- 스와이프
- viewholder
- Android
- ui test
- 안드로이드13
- searchview
- Fragment 수동 추가
- 안드로이드스튜디오
- Fragment에서 Activity의 함수 사용하기
- 고차함수
- espresso
- 테마 아이콘
- 코딜리티
- LayoutManger
- 구분선
- fragment
- 안드로이드개발레벨업교과서
- 재사용
- recyclerview
- 뷰변경 감지
- high order function
- 안드로이드
- binding adapter
- adapter
- 코틀린
- 생명주기
- ActivityTestRule
- Error:Execution failed for task ':app:mergeDebugResources'
- 리사이클러뷰
- Today
- Total
목록개발 (235)
룬아님의 취중코딩
Data, Domain 모듈을 분리하고 Hilt를 적용하던 도중 error: cannot access ProductsRemoteDataSource class file for com.runeanim.data.source.remote.ProductsRemoteDataSource not found Consult the following stack trace for details. com.sun.tools.javac.code.Symbol$CompletionFailure: class file for com.runeanim.data.source.remote.ProductsRemoteDataSource not found cannot access ProductsRemoteDataSource 위와 같은 컴파일 에러가 계..
1. LifeCycleObserver 확인 Activity binding.lifecycleOwner = this Fragment binding.lifecycleOwner = this.viewLifecycleOwner 2. toMutableList 적용해 보기 items.toMutableList()
kotlinlang.org/api/latest/jvm/stdlib/kotlin.time/measure-timed-value.html measureTimedValue - Kotlin Programming Language kotlinlang.org val measuredTime = measureTimedValue { // input code } println("result : ${measuredTime.value}, measured time : ${measuredTime.duration}")
https://androidweekly.us2.list-manage.com/track/click?u=887caf4f48db76fd91e20a06d&id=8ce514a04f&e=8550d9f904 Android Biometric API: Getting Started Learn how to implement biometric authentication in your Android app by using the Android Biometric API to create an app that securely stores messages. www.raywenderlich.com