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
Post a Comment