Application Development with Metro UI for Windows XP / 7

How can I continue to develop applications using the Metro interface so that they work in Windows XP / Vista / 7?

An example application is MetroBackUp .

I am on Windows 7 and install both Visual Studio 2010 and 11 Beta.

Is it mandatory to develop them in Windows 8 CP? Will they work in another OS?

+3
source share
3 answers

Metro applications cannot be developed on Windows 7 or less. Metro applications require WinRT , which is located on Windows 8 and later.

: Metro Windows 8 Consumer Preview. Metro - Windows 7 Windows Server 8.

Metro Win7 Visual Studio 11?

" Metro Style" → Windows Runtime, Windows 8 (, , AppBar, Charm ..).

Metro → .net, , . ( → MetroBackup

- > Metro Win XP?

, - Windows 7 (, TaskDialog, JumpList ..)

+3
+8

Metro Style , Windows Runtime (WinRT), Windows Windows 8. , , Windows, (DirectX/XAML/++/#/VB/HTML5 + JS) , .

, "Metro Style App", Metro. WPF , , , , Zune .. , Windows.

If you plan to use the XAML stack, the MVVM pattern allows you to reuse code between different platforms (WPF, Silverlight, Windows Phone, WinRT-XAML). MVVM is also possible in the HTML5 / JS / WinJS stack with libraries such as Knockout JS, so you can develop your application in such a way that it works on any platform - not even Windows, although with the need to replace the use of the Windows 8 interface functions ( edge interface, application panel, charms panel) with alternative solutions.

+1
source

All Articles