In this post we will follow step by step procedure to create app package for Windows Store. Let us suppose you have created a “Hello World “application for Windows Store and want to create an App Package for the same. To create that from menu select PROJECT From the POROJECT menu, selectContinueContinue reading “Create App Package for Windows Store”
Tag Archives: Windows 8 app
Netflix Movie Explorer a Metro Application: Creating Step by Step
Download source code of this article from here In this article we will follow step by step approach to create Netflix Movie Explorer Metro Application. We will use HTML and WinJS to create this application. See the video to understand expected behavior of the application. http://youtu.be/Q4Qjz9cdvJM?hd=1 Some of the features of application are as followingContinueContinue reading “Netflix Movie Explorer a Metro Application: Creating Step by Step”
How to fetch selected item of ListView in HTML based Windows 8 Metro Application
I had tough time get the value of selected item of a ListView. So in this post I am sharing the code snippet required to fetch selected item from the ListView. Read this article for ListView Binding with Grouping and Semantic Zoom in Windows 8 JavaScript Metro Application I strongly suggest you to read theContinueContinue reading “How to fetch selected item of ListView in HTML based Windows 8 Metro Application”