i wanted to know where we should store the db in our project and how can we retrieve the 1st line of the db through the code. Can some one help me through it.
Asked
Active
Viewed 69 times
1
-
What do you want to do? Explain it briefly. – Praveenkumar Mar 22 '12 at 07:07
-
http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/ try this link – Nitin Mar 22 '12 at 07:10
-
http://stackoverflow.com/a/9109728/265167 – Yaqub Ahmad Mar 22 '12 at 07:57
-
If we want to use the db i the application then what is the procedure to do that???? – Rithesh M Mar 22 '12 at 08:56
-
db is in your private datafolder the address is yourpackagename/data/data – Harsh Dev Chandel Mar 22 '12 at 10:01
1 Answers
0
we can store DB in SDCARD Or Phone memory.
see this ref link

Parag Chauhan
- 35,760
- 13
- 86
- 95
-
If we want to use the db i the application then what is the procedure to do that???? – Rithesh M Mar 22 '12 at 08:55
-
-