Data class의 특징에 대해 설명하고 실제 RecyclerView에 적용하고 사용하는 법에 대해 알아봅니다.
* 본 영상에서 사용된 RecyclerView를 만드는 영상 :
https://youtu.be/IaIuKbEyGnY
* 강의내용을 정리한 글
https://cliearl.github.io/posts/android/dataclass-recyclerview/
* Android Studio에서 Kotlin으로 Playlist
https://www.youtube.com/playlist?list=PL_XkuR-7VWcuee4kxHgChRvQCmHxcJnfS
* Source code
https://github.com/cliearl/android-tutorial
<개발 / Youtube> 글갈래의 다른 글
- ProgressDialog로 Thread와 Handler 이해하기::Android Studio에서 Kotlin으로#18 2021/04/10
- SharedPreferences를 json 포맷으로 관리하기::Android Studio에서 Kotlin으로#17 2021/04/03
- Ktlint로 코딩 컨벤션 검토하기::Android Studio에서 Kotlin으로#16 2021/03/31
- 25 Recommended Firefox Add-ons & Extensions of 2021 2021/03/31
- Data class 이해하고 RecyclerView에서 사용하기::Android Studio에서 Kotlin으로#15 2021/03/21
- SharedPreferences로 앱 설정값 저장하고 불러오기::Android Studio에서 Kotlin으... 2021/03/07
- RecyclerView를 Swipe, Drag, Touch하기::Android Studio에서 Kotlin으로#12 2021/02/28
- RecyclerView에 View Binding 적용하기::Android Studio에서 Kotlin으로#11 2021/02/21
- 앱에서 RecyclerView 사용하기::Android Studio에서 Kotlin으로#10 2021/02/06
- findViewById 대신 View Binding 사용하기::Android Studio에서 Kotlin으로 2021/01/30
Comment on this post!