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

Seekbar activity_main.xml MainActivity.kt package com.example.sample25 import android.os.Build import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.widget.SeekBar import android.widget.TextView import androidx.annotation.RequiresApi class MainActivity : AppCompatActivity() { @RequiresApi override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedI..
코딩 기록/Kotlin
2022. 2. 8. 00:19