You can integrate the look and feel introduced in Windows 8 Release Preview into your Metro style app by using the Animation Library suite of Windows-provided animations. Use of the Animation Library animations provides these benefits:
- Motions that align to Metro style animation principles
- Fast, fluid transitions between UI states that inform but do not distract the user
- Clearer visuals to show the user transitions within an app
One of the animations that are supplied in the Animation Library is the show hide panel animation. You use it to show and hide a panel, which is large edge-based UI such as a custom keyboard or a task pane. This 'Windows Animation (Metro styled apps)' article shows you how you can use the PaneThemeTransition animation class in XAML. The article also contains the video below in which the animation is shown. Sadly there is no code sample how to use it in your XAML/C# application. With this blog I want to fill in the gap. I will explain you how you get the animation as shown in the video.
It is time for me to write a series of blog items on writing XAML applications for Windows 8. I plan to write one every two weeks. I hope I can keep up the promise.
Sudoku Free is het de eerste Nederlandse applicatie in de Windows 8 Store. Het spel is gebaseerd op de Windows Phone Sudoku app die in oktober 2010 in de Marketplace verscheen. Overigens ook als eerste Nederlandse app.
Bij de Windows 8 app heeft Flavour mij geholpen met de grafische vormgeving. Bij het ombouwen heb ik een hergebruik van 90% van de code gerealiseerd. De schermen (XAML) zijn door de grotere schermformaten redelijk veel gewijzigd.
In deze eerste week is de app al ruim 10.000 keer gedownload. De reviews zijn zeer positief. Ik ben dan ook van plan om diverse van mijn WP7 apps om te bouwen naar Windows 8.
Op 12 en 13 april 2012 heeft Microsoft Nederland in de Fabrique in Maarssen het Windows 8 Developer & User Experience Design Camp georganiseerd. Het was een druk bezocht evenement waarbij er een bijna 50/50 mix was van developers en designers.
De eerste dag bestond uit een programma van sessies, waarbij er ook breakouts waren voor developers en voor designers. Hiervan heb ik 2 sessies mogen verzorgen. Deze sessies zijn opgenomen en staan nu online op Channel9.
I'm currently in the process of converting some of my Windows Phone apps to the Windows 8 Consumer Preview. While doing so I discovered there is no MessageBox.Show() method in WinRT. The alternative is to use the new MessageDialog class. This means I have to rewrite a lot of code which I try to avoid. Therefore I came up with my own MessageBox helper class which mimics the behavior of the WP7 MessageBox. In this post I will demonstrate this, using the following sample application.
Suppose I have the following code in my Windows Phone application:
Ook dit jaar heb ik mogen spreken op het Techdays event van Microsoft dat op 16 en 17 februari in Den Haag gehouden is. Deze keer met 3 sessies waarvan er twee op Channel9 te bekijken zijn.
In this very addictive game you have to select 4 bloqs of the same color to make a rectangle. The number of bloqs in this rectangle are added to your score. Win bonus time if a numbered bloq is in this rectangle.
Features:
Fun, good looking and addictive
Local and online highscores (overall, daily and weekly)
Ook dit jaar heb ik mogen spreken op het DevDays event van Microsoft dat op 28 en 29 april in Den Haag gehouden is. Deze keer met 3 sessies waarvan er twee op Channel9 te bekijken zijn. Helaas is mijn 'Windows Phone Marketplace' sessie van de Geeknight niet gepubliceerd.
I have written a new WP7 application which is now available on the Marketplace.
Om je inkomsten van je applicaties, die via de Marketplace verkocht worden, uitbetaald
te krijgen, dien je een aantal stappen te ondernemen, zodat je niet dubbel belasting
betaalt. Vanwege een verdrag tussen Amerika en Nederland is het mogelijk dat je
in Amerika geen belasting betaalt over deze inkomsten, mits je de goede formulieren
correct invult. Wel moet je in Nederland separaat aangifte doen over deze inkomsten.
Ik heb op dit moment 6 applicaties in de WP7 Marketplace. Vanaf januari dit jaar
betaalt Microsoft USA mij maandelijks mijn inkomsten uit. Hierbij houden zij geen
belasting in omdat ik mijn W-8BEN formulier correct ingevuld en opgestuurd heb.
In deze blogpost beschrijf ik hoe ik dat gedaan heb.
Onlangs heeft Matthijs Hoekstra van Microsoft Nederland zijn
'Windows Phone 7 Marketplace, W7, W8, EIN, ITIN, hoe zit dat nou?' blogpost
geschreven. Hierin geeft hij uitleg welke formulieren ingevuld moeten worden. In
het artikel heeft hij daar een mooi schema opgenomen. Ik ontwikkel mijn applicaties
vanuit Reflection IT BV (Besloten Venootschap) en heb dus ook een BTW nummer (VAT).
Daarom heb ik dus de Form SS-4, EIN Number, Form W-8(BEN) route gevolgd.