[android-developers] Any quick start recipes for SQLite?

2012-03-22 Thread Kamil Dursun
Hi, I am trying to make a program that will use SQLite. I am using the SQL commands to create a database and some tables. I have understood that the db file should reside in my data/data/package/databases folder but when I click to /data folder in the file manager of Eclipse, I see nothing. The db

Re: [android-developers] Any quick start recipes for SQLite?

2012-03-22 Thread TreKing
On Thu, Mar 22, 2012 at 6:14 AM, Kamil Dursun kamildur...@gmail.com wrote: I have understood that the db file should reside in my data/data/package/databases folder but when I click to /data folder in the file manager of Eclipse, I see nothing. The db file has not been created. Any ideas?