Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- button
- fragment
- 랜덤번호
- array
- TypeScript
- 안드로이드
- stylesheet
- Linux
- TextView
- React
- RecyclerView
- Kotlin
- 코틀린
- Android
- 리액트
- 랜덤넘버
- Hook
- 자바스크립트
- JS
- 스프링부트
- nodejs
- 구글맵스
- SpringBoot
- 오버라이딩
- Java
- Javscript
- GoogleMaps
- JavaScript
- scrollview
- npm
Archives
- Today
- Total
목록listview (1)
타닥타닥 개발자의 일상
Kotlin / listview 이용해서 android화면에 스크롤 사용하는 긴 선택항목 만들기
파일 및 폴더 구성 layout폴더에 item_spinner.xml 파일 생성 item_spinner.xml activity_main.xml MainActivity.kt package com.example.sample17 import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.view.View import android.widget.AdapterView import android.widget.ArrayAdapter import android.widget.ListView import android.widget.TextView import androidx.annotation.Dimension class Ma..
코딩 기록/Kotlin
2022. 2. 7. 02:15