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

activity_main EditText를 통하여 문자를 입력받을 공간을 만든다. 읽기 버튼을 누르면 이전에 저장된 값이 불려오고 문자를 입력한뒤 쓰기를 누르면 데이터가 저장된다. CLEAR 버튼을 누르면 입력창에 입력된 값, 혹은 불려온 값이 사라진다. MainActivity.kt package com.example.sample31 import androidx.appcompat.app.AppCompatActivity import android.os.Bundle import android.provider.ContactsContract.Intents.Insert.NOTES import android.view.View import android.widget.Button import android.widget..
코딩 기록/Kotlin
2022. 2. 10. 21:22