I tried android scrollview and listview for loading images.
Both giving "out of memory" exception after loading 30-40 images.
How can i free memory ?
Searched already a lot but didn't find anything, can you please help ?
I tried android scrollview and listview for loading images.
Both giving "out of memory" exception after loading 30-40 images.
How can i free memory ?
Searched already a lot but didn't find anything, can you please help ?
you can check here Lazy load of images in ListView
in that tutorial , you can directly implement your project (lazylist)