일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 생명주기
- adapter
- 재사용
- Android
- recyclerview
- Fragment 수동 추가
- 스와이프
- 테마 아이콘
- 고차함수
- 코딜리티
- ActivityTestRule
- 리사이클러뷰
- 안드로이드스튜디오
- binding adapter
- ui test
- Fragment에서 Activity의 함수 사용하기
- searchview
- Error:Execution failed for task ':app:mergeDebugResources'
- LayoutManger
- high order function
- IntentTestRule
- 코틀린
- 안드로이드13
- fragment
- 뷰변경 감지
- 안드로이드
- 안드로이드개발레벨업교과서
- 구분선
- viewholder
- espresso
- Today
- Total
목록전체 글 (241)
룬아님의 취중코딩
https://jungwoon.github.io/android/2019/07/11/Retrofit/ Retrofit2 정리하기 - Jungwoon Blog Retrofit2 정리하기 Retrofit은 Square사에서 제공하는 오픈소스 라이브러리로 REST API를 안드로이드에서 쉽게 이용할 수 있게 해주는 도구 입니다. 이번 포스팅에서는 REST API에 대한 간단한 소개와 Retrofit의 사용방법에 대해서 알아보도록 하겠습니다. 소스는 Kotlin으로 진행하도록 하겠습니다. 좀 더 자세한 내용을 알고 싶다면 https://square.github.io/retrofit/에서 확인하실 수 있습니다. 환경 jungwoon.github.io
https://jungwoon.github.io/rxjava2/2019/07/05/RxJava-1/ RxJava2 정리 #1 - Observable과 기본 연산자 - Jungwoon Blog RxJava2 정리 #1 - Observable과 기본 연산자 리액티브 프로그래밍이 핫하다고 해서 공부하면서 정리해봅니다. 참고 자료는 RxJava 프로그래밍를 참고해서 만들었습니다. 양이 너무 많아서 나눠서 포스팅 하려고 합니다. 이전에 포스팅을 해놓고 다 까먹어서 다시 정리하는 내용입니다, 이전에는 Java로 작성하였지만 이번에는 Kotlin으로 예제를 바꿔서 작성하였습니다. 마블 다이어그램의 이미지 출처는 https://reactivex.io입니다. jungwoon.github.io https://jungwoo..
2020/03/13 - [개발/안드로이드 개발] - material 1.0.0 에서 1.1.0 올릴 때 Chip의 변경점 material 1.0.0 에서 1.1.0 올릴 때 Chip의 변경점 https://github.com/material-components/material-components-android/releases?after=1.1.0-beta01 material-components/material-components-android Modular and customizable Material Design UI components.. myung6024.tistory.com SnackBar도 1.0.0에서 1.1.0으로 변화하면서 디자인과 관련된 변화가 있었다. 1.0.0에서는 기본적으로 하단에서..
https://androidwave.com/exoplayer-in-recyclerview-in-android/ ExoPlayer in RecyclerView in Android - AndroidWave In the previous tutorial, we demonstrate video streaming over the Internet using ExoPlayer in RecyclerView. eg. Facebook, Twitter, Instagram. androidwave.com