• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps sqlite tutorial

Kalei

Lurker
I got my database working but I still have some problems. I'm searching for a good tutorial but I couldn't find anything that helps.
The way I work with my database is to generate one with the Firefox Sqlite Manager. Then I have to put this file in a spezial directory on the emulator or my phone (data/data/com.[...]/databases). With this steps it's no problem to get data from or put data in my database. But the database file is not in the directory structure of my eclipse environment. In which project folder must I lay down the database file? How it is possible to work with this file on the emulator or the phone without copying it manually to data/data/com.[...]/databases?
Thanks!
Bye Kalei
 
Back
Top Bottom