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 |
Tags
- parcel
- FIle
- Spinner
- 게시판
- 오버라이드
- 쿠키
- 버전일치
- SQL
- 코틀린
- Spring
- 시큐어코딩
- 답글
- 미니게임
- kotlin
- 왕초보
- webpack
- degit
- 상속
- git
- 함수
- 스타일보험
- java#왕초보
- 숫자
- sub query
- java
- Android
- snowpack
- 안드로이드
- 스프링
- React
Archives
- Today
- Total
목록파일 (1)
YSHUSH

단어나 문장을 쓰고 쓰기 버튼을 누르면 file에 저장이 되고 읽기 버튼을 누르면 썼던 단어나 문장이 나오게 해보자 1. activity_main.xml 2. 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.EditText import android.widget.Toast import java.io.*..
Coding/Android(kotlin)
2022. 2. 10. 16:33