일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 코딜리티
- 스와이프
- espresso
- LayoutManger
- ActivityTestRule
- 생명주기
- 안드로이드
- 리사이클러뷰
- 안드로이드13
- 코틀린
- 재사용
- 테마 아이콘
- ui test
- Android
- 구분선
- fragment
- Error:Execution failed for task ':app:mergeDebugResources'
- 고차함수
- IntentTestRule
- recyclerview
- 뷰변경 감지
- binding adapter
- high order function
- searchview
- viewholder
- 안드로이드개발레벨업교과서
- adapter
- Fragment에서 Activity의 함수 사용하기
- 안드로이드스튜디오
- Fragment 수동 추가
- Today
- Total
목록개발/도움 되는 링크 (64)
룬아님의 취중코딩
https://trend21c.tistory.com/2111 dagger2 android viewmodel 과 사용하기 안드로이드 공식 문서에 있는 ViewModel의 간단한 예제이다 그도그럴것이 MyViewModel의 생성자에 아무런 인자가 없다 그러니깐 별도의 의존성을 고민할 필요 없이 ViewModelPrivoder를 통해 ViewModel을 생성해서.. trend21c.tistory.com
https://woovictory.github.io/2019/01/03/Android-What-is-retrofit/ [안드로이드] Retrofit 안드로이드 통신 라이브러리 요약 저는 안드로이드 앱을 개발하면 서버와 통신을 하기 위해서 편리한 방법인 Retrofit은 사용했다. 하지만 이러한 편리함을 알기 전에 왜 이렇게 편리하게 사용하는지 살펴보아야 할 것 같다. 초기에 안드로이드에서의 통신이라면 HttpClient를 사용하는 것이었다. HttpClient라고 해도 DefaultHttpClient라 woovictory.github.io
https://medium.com/swlh/android-tablayout-and-tabitem-268ac06ba966 All-in-One — Android TabLayout and TabItem Styling a TabLayout is not as easy as you think. Google official documentation does not sync to Material Component source code. Click to… medium.com
https://medium.com/@grzesiek.matyszczak/how-to-modify-drawables-programmatically-on-android-e851c74cc74e How to modify drawables programmatically on Android? Welcome to my problem-solving blog series! I will describe here common obstacles, which you can face while developing Android apps, and try… medium.com