Pages

Thursday, 16 August 2012

WinRT: GroupedGridView first item other template


I’m currently building a comic application for Windows 8, yesterday I was building the page where users can see the details about a certain comic issue. The idea I had for this page was that on the left was the cover of the issue, followed by a list of characters appearing in the issue. A grouped GridView would be perfect for this scenario but it only accepts one template, so all groups usually look the same. Here’s the way that I’ve fixed it, I’m not 100% happy with it but it works. If you have a better way, please tell me, I’ll update this post accordingly and give credit where credit is due off course.

Let’s start off with the class. I have a class called Issue that obviously contains all the information about an issue.

Read full article here

Adding multiple lines of text to your Win8 tile update

Adding multiple lines of text to your Win8 tile update Live tiles is one of the best things about Windows Phone and WinRT. I love how easy it is to add updates to your tiles in Windows Phone but hate how limited the updates are allowed to be. With WinRT comes a new API and more robust tile updates. There are many different types oftile updates and your app should support AT LEAST one square and one wide tile. If you’re like me (and I know I am), I started with theC# WinRT sample for App tiles and badges. I began looking at the code and could easily see that you use the TileUpdateManager to update your tile. The TileUpdateManager needs a TileNotification in order to update your tile. Here is where I quickly became lost in this rather complex sample. The TileNotification needs to be created with XML (an XmlDocumentto be exact) but I had not idea what XML elements are needed (Seriously, is all of the abstraction really needed here? This is suppose to be a simple sample to let devs see how to quickly and easily create a tile update). All I wanted to know was how to format the XML!

Read full article here

Migrating your Release Preview app to Windows 8


This paper provides guidance and tips for migrating code assets built using the Windows 8 Release Preview released in May 2012 to Windows 8. It includes porting guidance and helpful details for developers who are tasked with migrating apps from versions of Windows 8 Release Preview. It assumes that the reader is familiar with Windows 8 Release Preview.

Read full article here

What Is New In SkyDrive – Metro Look & Context Menus


Microsoft is all up for a major revamp. Following Windows 8, Microsoft changed both Hotmail and Office software to a new look that goes with Windows 8. It seems Microsoft is racing for grabbing a major share of market space in portable devices. With Windows 8, it changed the interface of its operating systems from the traditional Windows style to the new Metro or Modern or Tiled  style. It also changed the look of its Office applications to the tiles-style to match Windows 8. This change is visible from Microsoft Office 2013 onward.
Not only that, it went ahead and changed Hotmail to Outlook – and again this has the look of what we may call “tiled interface”. The essential feature of this tiled-interface is plenty of white space between tiles so that people using touch navigation can go tapping happily on the tiles. The font too has increased at some places to enable finger touch (example, in the Navigation Options of Microsoft Outlook 2013).
Read full article here
Web Informer Button