Monday, June 14, 2010

[android-developers] Database folder

After testing the various techniques to populate a large database
(50.000 records, 700KB), I've decided to download a SQLite database
directly from the Web to the phone (it takes just a few seconds, the
alternatives took up to 3 minutes).

My question is that since there isn't a method to get it, the folder
where databases are stored is always

getBaseContext().getFilesDir()."../databases" ?

Is this a valid assumption for all Android versions?

Thanks in advance!

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment