일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- Android
- high order function
- fragment
- 코딜리티
- ActivityTestRule
- 리사이클러뷰
- 재사용
- 안드로이드
- 코틀린
- 안드로이드13
- IntentTestRule
- 테마 아이콘
- viewholder
- adapter
- 안드로이드개발레벨업교과서
- 고차함수
- 생명주기
- Fragment 수동 추가
- 구분선
- ui test
- 안드로이드스튜디오
- searchview
- 스와이프
- recyclerview
- Fragment에서 Activity의 함수 사용하기
- espresso
- binding adapter
- Error:Execution failed for task ':app:mergeDebugResources'
- 뷰변경 감지
- LayoutManger
- Today
- Total
목록개발/안드로이드 개발 (101)
룬아님의 취중코딩
https://stackoverflow.com/a/46866517 Android aar library doesn't contain dependencies i saw similar questions, but not found accepted answers. Problem - i have my own android library with some tiny functions. My library uses others - f.e. Hawk (no sql database). My library gradle fi... stackoverflow.com aar파일은 dependencies를 포함하지 않기 때문에 implement를 해주는 프로젝트에서 aar 모듈에서 사용한 라이브러리를 다시 implementation ..
안드로이드 스튜디오를 통하여 터미널로 테스트하기 Terminal로 딥링크 테스트 하는 방법 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 q.. myung6024.tistory.com 터미널 연결이 불가능한 경우 해당 디바이스의 인터넷에 접속하여 아래의 링크에 접속한 이후에 딥링크를 입력하고 LOAD를 클릭하면 딥링크가 작동한다. Deep Link Testing Tool - Mobile App Devel..
... liftOnScroll을 이용하면 자동으로 스크롤시에 AppBarLayout 하단에 그림자가 생긴다. Material Design Build beautiful, usable products faster. Material Design is an adaptable system—backed by open-source code—that helps teams build high quality digital experiences. material.io
https://stackoverflow.com/a/58004553 Change Locale not work after migrate to Androidx I have an old project that supports multi-languages. I want to upgrade support library and target platform, Before migrating to Androidx everything works fine but now change language not work! I use stackoverflow.com