Re: [android-developers] Internal vs external storage speed

2010-11-30 Thread TreKing
On Sat, Nov 27, 2010 at 12:17 AM, Xavier xpl...@gmail.com wrote: I thought there could be a small speed improvement doing the L2 caching on the internal memory but certainly can't feel any difference. Profile both methods. You're not going to be able to feel a difference for anything but the

Re: [android-developers] Internal vs external storage speed

2010-11-30 Thread Dianne Hackborn
It varies so widely between different SD cards and different devices, that nothing definitive can be said. Whatever you profile on your own device may have speed relationships that are completely different than another device. On Tue, Nov 30, 2010 at 3:28 PM, TreKing treking...@gmail.com wrote:

[android-developers] Internal vs external storage speed

2010-11-29 Thread Xavier
Hi, What's the word on this subject? I have a gridview with a lot of thumbnails, I look first for them in main memory and if not present then on the SD card. I thought there could be a small speed improvement doing the L2 caching on the internal memory but certainly can't feel any difference.

[android-developers] Internal or External Storage

2010-10-03 Thread John Gaby
I have a question about where people expect me to store my application data. I have an application where the user will enter information via the keypad, and download information (including images) from a website. Where is the proper place to save this? Internal or External Storage? Thanks. --

Re: [android-developers] Internal or External Storage

2010-10-03 Thread Mark Murphy
On Sun, Oct 3, 2010 at 8:25 PM, John Gaby jg...@gabysoft.com wrote: I have a question about where people expect me to store my application data.  I have an application where the user will enter information via the keypad, and download information (including images) from a website.  Where is

Re: [android-developers] Internal or External Storage

2010-10-03 Thread Dianne Hackborn
Also important: internal storage is secure (other apps can't read or modify your data), external storage very much is not. On Sun, Oct 3, 2010 at 5:36 PM, Mark Murphy mmur...@commonsware.com wrote: On Sun, Oct 3, 2010 at 8:25 PM, John Gaby jg...@gabysoft.com wrote: I have a question about