Android Development
Android SQLite FTS
꿈소년
2017. 2. 2. 09:25
안드로이드 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://developer.android.com/studio/command-line/sqlite3.html
반응형