로그인
앱에 기초적인 RecyclerView를 구축하여 사용하는 방법에 대해 설명합니다.* Android Studio에서 Kotlin으로 Playlist : https://www.youtube.com/playlist?list=PL_XkuR-7VWcuee4kxHgChRvQCmHxcJnfS* Source code : https://github.com/cliearl/kotlin-tips
신고
* Android Studio에서 Kotlin으로 Playlist :https://www.youtube.com/playlist?list=PL_XkuR-7VWcuee4kxHgChRvQCmHxcJnfS* Source code : https://github.com/cliearl/kotlin-tips
프로젝트에 사용된 findViewById 함수를 View Binding으로 대체하는 방법에 대해 설명합니다.
* Android Studio에서 Kotlin으로 Playlist :https://www.youtube.com/playlist?list=PL_XkuR-7VWcuee4kxHgChRvQCmHxcJnfS* Source code : https://github.com/cliearl/kotlin-tips프로젝트에 사용된 ViewPager 모듈을 ViewPager2 라이브러리로 변환하는 방법에 대해 설명합니다.
* Android Studio에서 Kotlin으로 Playlist :https://www.youtube.com/playlist?list=PL_XkuR-7VWcuee4kxHgChRvQCmHxcJnfS* Source code : https://github.com/cliearl/kotlin-tipsViewPager 라이브러리를 사용해서 화면을 만들고 좌우로 스와이프하는 방법에 대해 설명합니다.