I created an android project in Android Eclipse and I want to connect to the database I've created in SQLite Manager.
The database will be saved locally. It is basically a read only only app, there are no create delete update actions done by the user. My queries will be a lot of select queries. I have my data base made and want to import it into android project. What are the steps? I have my model classes created. What else do I need in order to have to connected? Do I store the SQLite file in the assets folder etc?
I have the database made in the firefox addon SQLite Manager!