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
- JS
- 스프링부트
- 랜덤넘버
- 구글맵스
- JavaScript
- 안드로이드
- SpringBoot
- RecyclerView
- TextView
- 코틀린
- npm
- Java
- fragment
- GoogleMaps
- Kotlin
- React
- Android
- button
- nodejs
- TypeScript
- 자바스크립트
- scrollview
- 랜덤번호
- 리액트
- Linux
- 오버라이딩
- Hook
- stylesheet
- array
- Javscript
Archives
- Today
- Total
목록sqllite (1)
타닥타닥 개발자의 일상
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/c2hqLp/btrs2EhwUJt/lhFBLJG51slR8DKCiobct1/img.png)
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