Windows Phone 7: UI Design and Interaction Guideline v 2.0

Da qualche giorno è disponibile la nuova guida che contiene le guidelines per la creazione della UI su Windows Phone 7. La potete scaricare da questo link su MSDN, le altre risorse sul Design sono su questa pagina su MSDN.

La guida non contiene esempi di codice, ma molte informazioni sono utili, tra queste ad esempio alcune linee guida sull’uso dei controlli da utilizzare in diverse situazioni, ad esempio, parlando del controllo Silverlight MediaElement:

“Do not use this control for sound effects in your application; use the XNA Framework SoundEffect API instead or your application will fail certification. This is because the MediaElement will interrupt and halt any audio that is playing in the background.
Do use this control for full-screen video playback, or in other situations where background audio would be halted. Only one MediaElement can be active at a time.”