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