I want to create an SQLite file that will contain the database I will be using in my android app. I need to load it every time I start the app. An advice on how to do so would be very much appreciated. Thanks!
Asked
Active
Viewed 36 times
0
-
I'm sorry. To be more specific, I basically just need to know how to address the file in my app's directory, in order to start querying from it. – BVtp Jul 02 '15 at 11:33
-
I'm not sure I understand your question, maybe look at [this.][1] [1]: http://stackoverflow.com/questions/513084/how-to-ship-an-android-application-with-a-database – fToro Jul 02 '15 at 12:15
-
@fToro Exactly what I've been looking for. Thank you! – BVtp Jul 02 '15 at 12:40