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
- button
- scrollview
- 리액트
- Linux
- 안드로이드
- Javscript
- 코틀린
- fragment
- React
- TypeScript
- Java
- RecyclerView
- 랜덤넘버
- JS
- 구글맵스
- Hook
- 랜덤번호
- Android
- 오버라이딩
- npm
- GoogleMaps
- array
- 자바스크립트
- TextView
- JavaScript
- SpringBoot
- Kotlin
- nodejs
- stylesheet
- 스프링부트
Archives
- Today
- Total
목록sqllite (1)
타닥타닥 개발자의 일상
sqlite는 MySQL처럼 외부에 있는 데이터가 아니라 Android 내부에 저장된 자료이다. 폴더 및 파일구성 com.example.sample36 폴더에 DBHelper 클래스 만들기 activity_main.xml DBHelper.kt package com.example.sample36 import android.content.Context import android.database.sqlite.SQLiteDatabase import android.database.sqlite.SQLiteOpenHelper class DBHelper(context: Context?,name:String?,factory:SQLiteDatabase.CursorFactory?,version: Int) : SQLiteOp..
코딩 기록/Kotlin
2022. 2. 12. 17:24