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
- 랜덤넘버
- Java
- JS
- 코틀린
- SpringBoot
- GoogleMaps
- JavaScript
- button
- array
- Android
- scrollview
- fragment
- Linux
- 자바스크립트
- npm
- 스프링부트
- 오버라이딩
- RecyclerView
- 안드로이드
- TypeScript
- 랜덤번호
- 구글맵스
- Javscript
- Kotlin
- stylesheet
- 리액트
- Hook
- nodejs
- TextView
- React
Archives
- Today
- Total
목록counter (1)
타닥타닥 개발자의 일상
숫자를 입력한 다음 + 버튼을 누르면 증가하고 -버튼을 누르면 감소하는, reset버튼을 누르면 숫자가 0으로 초기화 되는 카운터를 만들것. activity_main.xml 코드화면 activity_main.xml 코드화면 MainActivity.kt package com.example.counter import android.content.DialogInterface import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.util.Log import android.widget.Button import android.widget.EditText import android.widget.TextView im..
코딩 기록/Kotlin
2022. 2. 3. 19:58