WP8

Handling multi-resolution in WP8


How they shoulda done it

aka: How it works in Windows 8


and the images...


resolutions on wp8


wvga
800 x 480 (15 : 9)

wxga
1280 x 768 (15 : 9)

720p
1280 x 720 (16 : 9)

oooooh so close



but actually...


msdn documentation


an alternative



 

it's all in the converter...


var imagePath = string.Format(
    "/Resources/Images/Scaled/720P/{0}", imageName);
scaledImageUri = new Uri(imagePath, UriKind.Relative);

wp8 talk

By ianr

wp8 talk

  • 1,134