반응형
프로젝트 코드
- 자바로 구현
- 코틀린 구현
참고자료:
- RecyclerView java
[1] RecyclerView로 동적 목록 만들기, https://developer.android.com/guide/topics/ui/layout/recyclerview?hl=ko#kotlin
[2] [RecyclerView] 안드로이드 리사이클러뷰 기본 사용법, https://dev-imaec.tistory.com/27
[3] [RecyclerView] 안드로이드 리사이클러뷰 아이템 클릭, https://dev-imaec.tistory.com/28
- RecyclerView FlexBoxLayout 참고자료
[4] [Android] FlexBoxLayout, https://woovictory.github.io/2020/06/13/Android-FlexBoxLayout/
-RecyclerView Kotlin
[5][Android/Kotlin] RecyclerView 만들기, https://yunaaaas.tistory.com/43
반응형
'안드로이드' 카테고리의 다른 글
[Android] startActivityForResult deprecated kotlin (0) | 2021.11.10 |
---|---|
[Android] DPI 별 기준 해상도. (0) | 2021.10.18 |
[Android] Android local html 불러오기 (web으로 callback) (4/4) (0) | 2021.09.30 |
[Android] Anroid local html 불러오기 (android bridge 구현) (3/4) (0) | 2021.09.29 |
[Android] Anroid local html 불러오기 (assets/www/MyHome.html 호출) (2/3) (0) | 2021.09.29 |