일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- adapter
- 뷰변경 감지
- ActivityTestRule
- 스와이프
- Error:Execution failed for task ':app:mergeDebugResources'
- high order function
- 코딜리티
- 안드로이드개발레벨업교과서
- searchview
- LayoutManger
- 고차함수
- ui test
- 안드로이드13
- 구분선
- viewholder
- espresso
- fragment
- 재사용
- binding adapter
- 안드로이드
- 테마 아이콘
- Fragment에서 Activity의 함수 사용하기
- 코틀린
- recyclerview
- 리사이클러뷰
- 생명주기
- Fragment 수동 추가
- 안드로이드스튜디오
- IntentTestRule
- Android
- Today
- Total
목록분류 전체보기 (241)
룬아님의 취중코딩
https://vladsonkin.com/ultimate-guide-to-android-custom-view/ Ultimate Guide To Android Custom View - vladsonkin.com Android has lots of standard views to cover all our needs in the app. But sometimes, the designers come up with some new UI elements, and the only way to implement it is by creating an Android Custom View. If this new UI element looks like some improved st vladsonkin.com
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 ..
adb shell am start -W -a android.intent.action.VIEW -d "{deep link path}" {app package name} Example : adb shell am start -W -a android.intent.action.VIEW -d "deeplink://something" com.test.sample query를 추가할 때 "deeplink://test?type=income" query가 여러개일 때 "deeplink://test?from=2020-01-01\&to=2020-02-01\&type=income &앞에 반드시 \을 넣어줘야 제대로 인식한다. 더보기 https://developer.android.com/training/app-links/deep..