I'm fairly new to Xamarin. I have a grid with 3 columns and many rows (the number of rows is not limited to a specific number) filled with images. This grid is placed within a scrollview. The thing is, I'm worried that I'll face memory exceptions for excessive amounts of rows.
Is this a thing that I should be concerned about or does Xamarin handle it "automagically". If so how should I approach to this problem? Note: I don't need all of the images loaded at the same time.