일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- high order function
- 구분선
- LayoutManger
- 안드로이드개발레벨업교과서
- fragment
- Error:Execution failed for task ':app:mergeDebugResources'
- 안드로이드
- 뷰변경 감지
- 고차함수
- 스와이프
- recyclerview
- 코딜리티
- viewholder
- binding adapter
- espresso
- Fragment 수동 추가
- Android
- 코틀린
- 안드로이드스튜디오
- 생명주기
- adapter
- ActivityTestRule
- 안드로이드13
- searchview
- ui test
- 테마 아이콘
- IntentTestRule
- Fragment에서 Activity의 함수 사용하기
- 리사이클러뷰
- 재사용
- Today
- Total
목록전체 글 (241)
룬아님의 취중코딩
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
Dev, Alpha, Beta, Production의 Flavor가 있고 Production을 제외한 다른 Flavor에서 같은 코드를 사용할 때 특정 Flavor를 제외하고 다른 Flavor에서는 같은 소스 코드를 사용해야할 때가 있을 수도 있다. 가장 간단한 방법으로는 Dev, Alpha, Beta에 같은 코드를 모두 복사하여 넣어주는 방법이 있지만 하나의 코드를 수정할 때 Flavor 마다 수정해야 하는 불편함과 사이드 이펙트를 감수해야했다. 이를 해결하기 위하여 gradle을 이용하였다. sourceSets { dev.java.srcDirs += 'src/beta/test' alpha.java.srcDirs += 'src/beta/test' beta.java.srcDirs += 'src/beta/..
안드로이드 스튜디오를 통하여 터미널로 테스트하기 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..
The 2022 Android Developer Roadmap Want to start learning Android development? This 2022 Android Developer Roadmap will take you from zero to hero in no time. getstream.io The 2022 Android Developer Roadmap - Part 2 The 2022 Android Developer Roadmap (part 2) focuses on App Components, Intents, and App Entry Points. Start learning Android today! getstream.io