Description:
I am working on an application which includes displaying of images present on server. I am using grid view to display the images. Now as the images are in large amount. I am confuse whether first i should save the images on sqlite.
How can i improve the performance of the application.
You can cache the images within the client side for better performance.
These links may help you, lets have a look..
Multithreading For Performance
Android Imagedownloader project on Google Code