I'm have 5 small < images > on a page for typing in a pin and they all pop-in on android after a second in a random order. I can get rid of the pop-in if I just sync load them instead of letting < image > async load them. But they're Android Resource
so I don't understand why the pop-in is so bad. They're tiny dots and a logo so they aren't resource intensive images. Is there some proper way to pre-load the images so that I don't have to write a new image control that sync - loads them so they all show up at once instead of the weird random images pop-in that I'm getting? Am I doing something wrong?
<Image x:Name="_image" WidthRequest="20" HeightRequest="20" Source="dot_empty.png"/>