130 likes | 227 Views
W INDOWS 8 T RAINING. Features of Windows 8…………. Touch-centric, Tiles-based User Interface (UI)Snap for multi-tasking Improved file copy feature Web apps on the desktop Two Touch Keyboards Native USB 3.0 Support Notifications for Apps- Tile, Badge and Toast ( Loacl , Scheduled and Push).
E N D
Features of Windows 8………… • Touch-centric, Tiles-based User Interface (UI)Snap for multi-tasking • Improved file copy feature • Web apps on the desktop • Two Touch Keyboards • Native USB 3.0 Support • Notifications for Apps- Tile, Badge and Toast (Loacl, Scheduled and Push)
REQUIREMENTS……… • Windows 8 Release preview • Visual Studio 2012 rc • C#, Vb.net, C++, Java Script, Html 5, Xaml • Microsoft Expression blend • A Window 8 developer account
Apps can talk to each otherApp contracts are a way for users to seamlessly search across and share content between different apps. They extend the usefulness of your app by eliminating the need to work with varying standards or app-specific APIs to access data stored or created by another app, all while keeping users in your branded experience.
What is windows rt…….. • Windows RT (formerly known as Windows on ARM) will be a version of the Windows 8operating system for ARM devices such as tablets. • Run software available through the Windows Store • Only software written using the Windows Runtime (Metro style apps) can be used on Windows RT • Developers will not be able to create applications to run on Windows RT using the Win32 APIs.
What is xaml ? • Extensible Application Markup Language (XAML). • XML-based markup language. • Visual presentation of an application. • XAML is a XML file which defines the UI elements.
Features of xaml….. • Rich UI based development. • Markup language. • Designing a dynamic UI. • XAML code is short and clear to read. • Separation of designer code and logic. • Graphical design tools like Expression Blend require XAML as source.