I have quite large SQLite database (around 80.000 lines), and i whant to use it in my application. So the question is: how to implement this? I found solution:
- adding file.db into project/assets folder
- write my own SQLiteOpenHelper
is enought for that purpose? will it work fine with such large ammount of records?