mardi 6 janvier 2015

Connect SQLite database with DB Browser to android project in Eclipse

I created an android project in Eclipse and I want to connect to the database I've created in DB Browser.


My app is basically a diseases app for animals where the user can look up diseases on their chosen animal. so when they choose for example a dog, all the diseases associated with a dog is displayed on the screen. I assume I do a select * where animal = "dog" etc. I want to be able to insert all my data using a tool rather than hard coding it in.


Is it possible to connect to the database I've created in DB Browser?


Aucun commentaire:

Enregistrer un commentaire