Android1 [Kotlin] ListView 생성 및 데이터 출력 메인 화면 구성을 위한 ListView 구현 1. List Item의 레이아웃 구성 경로 : res > layout > main_list_item.xml 이미지뷰 1개, TextView 2개 Code 2. ListItem을 클래스로 설정 경로 : java > com.noa.mytv > MainListItem.kt Code package com.noa.mytv class MainListItem (val icon: String, val title: String, val subTitle: String) 3. ListItem의 데이터 처리를 위한 Adapter 구현 경로 : java > com.noa.mytv > MainListAdapter.kt Code package com.noa.mytv import and.. Android 2021. 7. 19. 이전 1 다음 💲 추천 글