Im display a 10 images per time with this in a alertdialog
using (var image = MediaStore.Images.Media.GetBitmap(ContentResolver, image1)) {
imagem1.SetImageBitmap (image);
image.Recycle ();
}
but after opening it 6 times it crashes runs out of memory... how can i "clean" that memory like when i close my alertdialog so it dont happen again