Tag: mobile
How to redirect your website to the mobile version?
Accessing the websites in the mobile or smartphones are very common these days. Companies tend to have the mobile version of the website which targets the smaller screens. If you are one of those users who have created the mobile version of your main website, you should take care that each time the user visits the website from their mobile phones, it should redirect to…
How to Check if a file exists in Windows Storage in UWP ?
Do you want to know if a file exists in the Windows Storage from your Universal Windows Platform (UWP) app ?. Below is a sample code snippet demonstrating how to do it. How to Check if a file exists in Windows Storage in UWP ?