A new project has been recently announced in the “Silverlight Experts” group on Linkedin by fellow group-member Laith Alasad:
The XAML Project contains “Free vector design resources for XAML-based technologies such as Silverlight, Metro, WP7, and WPF. Search and download pure XAML graphics for your web, desktop, and/or mobile applications.“
It’s a very useful resource, I’ve already inserted it in my favorites!
During the //Build conference in Anaheim the release of Windows 8 Developer preview has been announced: you can download it from this link.
To get started an impressive number of video tutorials is available in the official site of the conference: http://www.buildwindows.com/.
Check out also this great post by Michael for downloading all the Build videos in your pc.
Useful resources are available in the SDK: all the XAML Metro style app samples are available following this link.
It’s possible to install Windows 8 side by side with your operating system using a boot from VHD: I’ve followed the instructions described here by Mister Goodcat and all went smoothly.
The new platform and tools are well described in this “Big Picture” showed during the conference:
Laurent Bugnion, Rene Schulte and Doug Seven have great insights into the new platform and tools here, here and here.
For those like me (also) interested in WPF, a list of the new features is available here.
I’m pretty excited about all these news and I’m looking forward to all the great applications that will be built using XAML, Windows 8, Silverlight, WPF and Windows Phone!
support for Windows Phone 7.1 Beta 2 (refresh) “Mango”;
added new property “IgnoredTypes” for excluding particular control types from the manipulations (thanks to Richie for the suggestions, feedback and code samples);
the “Manipulation Processor” and “Inertia Processor” are now exposed by the behavior in order to enable personalized manipulations and gestures;
new properties: CenterX, CenterY, Rotation, Scale permit to support custom gestures like “DoupleTap” zoom;
Silverlight 4 and Windows Phone 7.1 samples updated with a simple ”DoubleTap” zoom example using the new exposed properties.
The source code and samples are available for download here.
In these days I’m receiving several questions in the Multi-Touch Behaviors forums about enabling Multi-Touch manipulations in Windows Phone applications composed by more than one page.
Today I’ve modified the available sample inserting an additional page containing an image enabled for translation, rotation, zoom and inertia via the usual “MultiTouchBehavior“:
Starting from release 0.6.1 it’s now possible to use the Behavior in different pages of the application, in this way enabling multi-touch in different elements of a Windows Phone 7 application:
As usually the sample code is available for download on http://multitouch.codeplex.com, check out the Visual Studio solution “SilverlightWP7MultiTouch.sln” which contains all necessary libraries.
What about if you want to achieve the same result using C#? Just obtain a collection of behaviors for your element and then add/remove the MultiTouchBehavior using the following syntax:
The first and only book to focus exclusively on Silverlight UI development.
Have your applications stand out from the crowd with leading, innovative, and friendly user interfaces.
Detailed instructions on how to implement specific user interface patterns together with XAML and C# (where needed) code, and explainations that are easy-to-understand and follow.
Real world projects which you can explore in detail and make modifications as you go.
Written by Vibor Cipan – Microsoft MVP for Expression Blend and WPF, and Silverlight UX specialist.
I’ve just received my copy and I’m looking forward to read it in the next days!