Re: [android-developers] Re: Cache issue

2011-10-26 Thread Studio LFP
The way you cache and access that cache can change depending on how you display the items. If you have that many images, you may want to make thumbnails of them and display those first. This would speed up load times. You could load and hold onto the reference to the full image as the user

[android-developers] Re: Cache issue

2011-10-25 Thread skink
On Oct 25, 5:41 pm, NAVI NEW navi44...@gmail.com wrote: Please some one give me best idea for this issue. On Tue, Oct 25, 2011 at 8:04 PM, NAVI NEW navi44...@gmail.com wrote: Hello Sir, I am downloading  200 images and saving  sdcard form server but now facing time issue taking more

Re: [android-developers] Re: Cache issue

2011-10-25 Thread NAVI NEW
I have already implemented this one, that's running but not gatting way for all http://www.flexjockey.com/2011/03/create-a-pretty-simple-cache-for-android/ On Tue, Oct 25, 2011 at 9:29 PM, skink psk...@gmail.com wrote: On Oct 25, 5:41 pm, NAVI NEW navi44...@gmail.com wrote: Please some