Hello Folks,
I have read other topics about Bitmaps memory issues; i need to load a photogallery with a lot of images and although i could load them as a sample, user could have around 100-200 images in his gallery which pictures are added/loaded moving scrolling down (page scrolling). I have seen memory grows rapidly as i load images in the inner list; the weight of each bitmaps is not so high but when their number become higher in the list, outofmemory exception is raised. Memory process could reach about 27-30 Mb (i have an old Smart Phone).
What is the best practice to follow in this case ? Any suggestions ?
Thanks in advance!
I have read other topics about Bitmaps memory issues; i need to load a photogallery with a lot of images and although i could load them as a sample, user could have around 100-200 images in his gallery which pictures are added/loaded moving scrolling down (page scrolling). I have seen memory grows rapidly as i load images in the inner list; the weight of each bitmaps is not so high but when their number become higher in the list, outofmemory exception is raised. Memory process could reach about 27-30 Mb (i have an old Smart Phone).
What is the best practice to follow in this case ? Any suggestions ?
Thanks in advance!