java - How to use my own sqlite database and search through it in android? -


i'm beginner in android development. i'm trying make app search name , show matching results (from database) in listview. since there's lot of data, thought best write database without using sqliteopenhandler. have .db file, need way able use in app assets folder , able search through it.

i found links thought useful.

http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/

this shows how use existing database.

http://developer.android.com/training/search/search.html

and google's information on storing , searching data. need know possible somehow combine these 2 methods achieve i'm looking for?

you can use this extended sqliteopenhelper. helps copy db file assets folder in application.


Comments

Popular posts from this blog

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -