[android-developers] Re: How to add file .sqlite extension to our project

2009-11-03 Thread PJ
So you have a pre-populated database that you'd like included with the application upon installation? I'm not sure what the preferred solution is for this, but it might be possible to accomplish this via a raw resource. In general, a raw resource is a file that can be bundled with your

[android-developers] Re: How to add file .sqlite extension to our project

2009-11-03 Thread PJ
(I'm reposting this response because I think I accidentally replied only to the original author.) Archana, So you have a pre-populated database that you'd like included with the application upon installation? I'm not sure what the preferred solution is for this, but it might be possible to

[android-developers] Re: How to add file .sqlite extension to our project

2009-11-03 Thread PJ
My earlier suggestion was incomplete, assuming you want to continue to modify the database afterwards. This question has already been discussed and there's a great answer for it. Please see: http://groups.google.com/group/android-developers/browse_thread/thread/4ffd437aeb35d29e -- PJ On Nov

[android-developers] Re: How to add file .sqlite extension to our project

2009-11-03 Thread Archana
Thanks Everybody... This information are really helpful for me.. On Nov 4, 4:29 am, PJ pjbar...@gmail.com wrote: My earlier suggestion was incomplete, assuming you want to continue to modify the database afterwards. This question has already been discussed and there's a great answer for it.  

[android-developers] Re: How to add file .sqlite extension to our project

2009-11-03 Thread Archana
But I am facing one more problem...This sqlite file size is 147 mb. So when i am running it showing error message like No space left on device.Is their any solution for this? On Nov 4, 10:04 am, Archana archana.14n...@gmail.com wrote: Thanks Everybody... This information are really helpful for