I am developing a windows store app for 8.1. I have included various resources in the application and want to use different resources for each resolution. So I followed Microsoft
documentation link which states the usage of scaled images. I put all my images in Images folder and named them as
Images.scale-120 for 480x800
Images.scale-160 for 720x1280
Images.scale-240 for 1080x1920
devices. But after I deleted my initial Folder and used only these folders no images were shown. So my question is how to name folders as per scaling and use these in windows store app.