Re: [android-developers] images
----- Original Message -----
From: Kostya Vasilyev
To: android-developers@googlegroups.com
Sent: Friday, March 09, 2012 2:15 PM
Subject: Re: [android-developers] images
Since the original question was motivated by the limited amount of internal
device storage....
... using a SQLite database wouldn't help, since databases are stored in
internal memory, and although it's possible to put databases on the memory
card, it seems failure-prone.
So, using regular image files on the memory card / "external storage",
perhaps indexed as necessary in a database, is what I'd recommend.
Having an external database or space on a server somewhere you mean?
--
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
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home