일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- fragment
- adapter
- 안드로이드13
- 스와이프
- 코딜리티
- 생명주기
- viewholder
- recyclerview
- Error:Execution failed for task ':app:mergeDebugResources'
- Fragment에서 Activity의 함수 사용하기
- Android
- 구분선
- 고차함수
- LayoutManger
- 코틀린
- ui test
- 재사용
- IntentTestRule
- 안드로이드스튜디오
- binding adapter
- ActivityTestRule
- 테마 아이콘
- Fragment 수동 추가
- searchview
- 안드로이드개발레벨업교과서
- 뷰변경 감지
- 리사이클러뷰
- high order function
- espresso
- 안드로이드
Archives
- Today
- Total
목록분류 전체보기 (241)
룬아님의 취중코딩
Gson원하는 Date format으로 변경하기
val gson = GsonBuilder().setDateFormat("yyyy-MM-dd'T'HH:mm:ssX").create() GsonBulider에 setDateFormat을 통하여 원하는 date 포맷의 값을 받아서 Date 객체로 변환할 수 있다.
개발/안드로이드 개발
2020. 2. 11. 15:33
Viewpager2 Tablayout custom
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
개발/도움 되는 링크
2020. 2. 7. 12:44
Drawable을 코드로 변경하기
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
개발/도움 되는 링크
2020. 2. 6. 14:48