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 | 29 | 30 |
31 |
Tags
- 안드로이드
- TypeScript
- Javscript
- Java
- 스프링부트
- 랜덤번호
- 랜덤넘버
- stylesheet
- 자바스크립트
- GoogleMaps
- array
- SpringBoot
- 구글맵스
- JavaScript
- Android
- fragment
- Linux
- scrollview
- 오버라이딩
- 코틀린
- nodejs
- React
- RecyclerView
- npm
- Kotlin
- TextView
- button
- JS
- Hook
- 리액트
Archives
- Today
- Total
목록Grid (1)
타닥타닥 개발자의 일상

폴더 및 파일 구성 layout 폴더에 item_spinner.xml항목 추가 item_spinner.xml activity_main.xml MainActivity.kt package com.example.sample20 import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.view.View import android.widget.ArrayAdapter import android.widget.GridView import android.widget.TextView class MainActivity : AppCompatActivity() { var items = arrayOf( "서울", "부산", "대구..
코딩 기록/Kotlin
2022. 2. 7. 17:29