I am working on the Xamarin Forms platform, building layouts in XAML. However, when I size an image to fit the screen, I always have a problem with the image becoming pixelated. It seems that I am not able to take advantage of the full resolution of any modern smartphone. What can I do to optimize my images, what format should they be in, what resolution, and is there anything I can do about the size? Does Xamarin support using vectors, if so how do you manage their size?
↧