일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- 보안
- linux
- kotlin
- Eclipse
- 개발
- 리눅스
- 코틀린
- mime
- OOM
- 구글
- c
- 악성코드
- 하버드
- 안드로이드
- gradle
- Android 4.1
- 안철수
- build.gradle
- 안드로이드 개발
- Android
- ActiveMovieControl
- git
- C++
- 탐지기법
- ActiveX
- KTS
- 노개북
- java
- 자바
- Today
- Total
목록SQLite (2)
꿈소년의 개발 이야기
안드로이드 DB 에 대해 FTS 설정 및 적용하기 how to implement FTS in android. https://developer.android.com/training/search/search.html#search how to use FTS3, FTS4. https://sqlite.org/fts3.html how to use SQLiteQueryBuilder in android. https://developer.android.com/reference/android/database/sqlite/SQLiteQueryBuilder.html#setTables(java.lang.String) how to use sqlite command in adb shell in android. https://dev..
refer: http://www.androiddesignpatterns.com/2012/05/correctly-managing-your-sqlite-database.html Issue log:SQLiteConnectionPool The connection pool for database '/data/data/com.android.providers.media/databases/external.db' has been unable to grant a connection to thread 554 (eject thread) with flags 0x2 for 750.025 seconds. Analysis:SQLiteOpenHelper instance 가 여러 개 생성되어 접근할 경우 발생함. new 를 이용한 생성..