Tag: Windows Store Apps
-
Capture photo and save on the disk in WinJS based Windows Store App
In this post we will learn to capture a photo and save the captured photo on the disk. You can work with camera and capture a photo in the WinJS using the Windows.Media.Capture.CameraCaptureUI(). Let us start with creating the UI for the application. In the UI, we will have Application bar with two buttons One…
-
Store and Retrieve JSON data from Local storage in Windows Store App
In this tutorial step by step we will learn to save and Retrieve JSON data in Local folder of Windows Store App. Follow following steps to save and retrieve JSON data in local storage. Step 1 Right click on project and add Nuget package and add package of Json.NET. Step 2 Let us assume that…
-
Thanks to Student created Windows 8 App of my Blog
I am very pleased to write here that one student Akrita Agarwal has shown her love to my blog and voluntarily created Windows 8 Application of my blog. I am very touched by this kind effort. You can get that app from App Store from here Link to download Application from Store This is…