일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 안드로이드스튜디오
- 안드로이드13
- searchview
- Fragment 수동 추가
- 생명주기
- ui test
- 안드로이드
- viewholder
- 고차함수
- 코틀린
- high order function
- Error:Execution failed for task ':app:mergeDebugResources'
- 리사이클러뷰
- 코딜리티
- 스와이프
- fragment
- espresso
- adapter
- LayoutManger
- ActivityTestRule
- IntentTestRule
- 안드로이드개발레벨업교과서
- 재사용
- 뷰변경 감지
- 구분선
- 테마 아이콘
- binding adapter
- recyclerview
- Fragment에서 Activity의 함수 사용하기
- Android
- Today
- Total
목록개발/도움 되는 링크 (64)
룬아님의 취중코딩
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..
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
https://proandroiddev.com/livedata-with-single-events-2395dea972a8 LiveData with single events You may searched for SingleLiveEvent in the Internet to find a good solution for a LiveData that send events once. There are multiple… proandroiddev.com https://medium.com/androiddevelopers/livedata-with-snackbar-navigation-and-other-events-the-singleliveevent-case-ac2622673150 LiveData with SnackBar, ..