I need to include a sqlite database in my app (pre-made) and make changes further into it as the app is used. So my question is, is there any way to include a pre populated sqlite DB in the app's working environment and then use the native sqlite framework to edit/update/delete data from it ?
Some tutorial references for this will be appreciated.