Building Windows 8 App.

Slides:



Advertisements
Similar presentations
Building RADNUG8 – the windows 8 app Part 1 Matt
Advertisements

Introduction to the Windows Runtime (WinRT) Ben Dewey Tallan, Inc.
An introduction to. Introductions  I’m Rob Fonseca-Ensor  A Solution Architect at Infusion  I run the Canary Wharf.NET User Group  I blog at
Expression Blend Rob S. Miles | Microsoft MVP | University of Hull, UK Andy Wigley | Microsoft MVP | Appa Mundi Session 4.0.
There has never been a better time to build a game that targets PC, tablets, phone and Xbox!

Web Design Process CMPT 281. Outline How do we know good sites from bad sites? Web design process Class design exercise.
Software Development. Chapter 2 – Programming on Windows 8.
Software Development. Chapter 4 – Windows application interfaces.
Designing Windows Phone 7 Series Albert Shum – That Dude Michael Smuga – Studio Director Chad Roberts – UX Design Lead Design language (codenamed Metro)
MVC New release IE8 Beta 1 Deep Zoom (sea dragon) Silver light 2.0 Beta 1 Expression Blend 2.5 Preview Instant Messaging API Enhancements to Virtual Earth.
Building Metro style UIs Paul Gusmorino Lead Program Manager Microsoft Corporation DEV354.
WinRT and Windows 8 Sergey Barskiy Principal Consultant, Magenic.
Integrate your game with Windows platform Vladimir Kolesnikov Technical Evangelist
Design and Layout for Windows 8 and Windows Phone Style Apps Shane Morris Automatic Studio DEV221.
Studio for WinRT XAML Russ Senior Developer Evangelist Greg Product Manager
Developing Windows Phone 7 applications Igor Ralić Vedran Vučetić
Project Transcender Standard Windows Forms to Windows 8 Metro Style porting tool Sri Lanka Institute of Information Technology 1.
INTRODUCING WINDOWS 8 Windows 8 is the current release of the Windows Operating System, produced by Microsoft. Windows 8 was released to manufacturing.
Mobile First by Oleksandr Krasnokutskyi SoftServe Inc. July 6, 2013.
Trunica Inc. 500 East Kennedy Blvd #300 Tampa, FL Cross Platform Mobile Apps With Cordova and Visual Studio 2015 © Copyright 2015.
Windows 8 A touch screen computer on a desktop. Windows Metro.
/* Life runs on code */. Introduction to Windows Phone Kamalakannan Annamalai Windows Phone Developer Ilink Systems Twitter : kanal_7
HelloWorld Create a window store App Part 3: Navigation, layout, and views Follow the tutorial :
Eric Strittmatter COSC 480 – Spring 2012 Previewing.
Spaso Lazarević Microsoft MVP Nova banka ad Banja Luka Windows App Studio.
Developing Windows 8 Style Application With HTML and JavaScript Lino Tadros | Falafel Software.
0 Developing for Windows 10 Tony Champion Champion DS.
Understanding Mobile Devices, Interactions, and Tools Lesson 1.
THE SOURCE OF 4 TH & MAYOR: CODE, HACKS, TRICKS Jeff Wilcox Senior Software Development Engineer Microsoft SESSION CODE: WPH308 (c) 2011 Microsoft. All.
Building Windows Phone 7 Games and Applications Yes, yes! “Games and Applications” and not “Applications and Games” Content is under NDA – please do no.
Working in a Mobile App Development Environment Lesson 2.
Windows App Studio Windows App Studio is the tool that makes it fast and easy to build Windows 10 apps. It’s accessible from any device with a browser.
Introducing Windows Applications Lesson 1. Objectives.
Eric Strittmatter COSC 380 – Spring 2012 Previewing.
Developing Windows 8 Style Application With HTML and JavaScript
Intro to Windows 10.
This is a walk through of some new features and UI of Infiniti
The Universal Windows Platform
Guidance for shopping apps
Unit testing your metro style apps built using XAML
Migrating 8.1 Apps to Windows 10
6/10/ :23 PM TOOL-504T A deep dive into Visual Studio 11 Express for designing Metro style apps using XAML Joanna Mason & Unni Ravindranathan Program.
Discover the New SharePoint Content Publishing Experiences
8/3/2018 7:11 AM © 2009 Microsoft Corporation. All rights reserved. Microsoft, Windows, Windows Vista and other product names are or may be registered.
Manual testing of Windows Metro style apps built using HTML
Microsoft Build /13/2018 2:24 AM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Power your app with Live services
Introduction to Computers
MonoGame and Windows 8.
Updated Agenda 12:00PM–1:00PM | Session #1 1:00PM–2:00PM | Lunch.
Office 365 Business is your familiar Office in the cloud
Creating Windows Store Apps Using Visual Basic
תכנות אסינכרוני, תקשורת ופיתוח אפליקציות ל-Windows 8
Windows 10 Preview Andy & Jerry
Hosted Web Apps with Windows App Studio
Visual Studio 2012 and Blend
Build /2/2018 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Search: integrating into the Windows 8 search experience
The lifetime of XAML text: from input to display through printing
Bring apps to life with Metro style animations in HTML5
All About Office UI Fabric
Introduction UI designer stands for User Interface designer. UI designing is a type of process that is used for making interfaces in the software or the.
Integrating with Windows 8 Experiences
Managing Users & Extensions
Academic Map Report And Exhibition Group24.
4/20/2019 Share © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks and/or.
CSC 581: Mobile App Development
Build /20/2019 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Susan Ibach| Technical Evangelist Christopher Harrison | Head Geek
Presentation transcript:

Building Windows 8 App

what are we doing? Learn how to develop metro style windows 8 applications Utilize best practices take advantage of open frameworks Community driven application RADNUG in windows 8 store! community application development

what is a metro style app? Single, chromeless window that supports various layouts Works great with touch and pen input Apps use tiles instead of icons

what is a metro style app? Apps can talk to each other target contracts New controls and UI surfaces app bar navigation, commands and tools charms search, share, connect, settings and start specific to your app

getting started visual studio blend Install Windows 8 (release preview) use a vhd and dual boot Install Visual Studio 2012 Express (release candidate) blend will be installed as well Get a Developer License Get the tools: http://go.microsoft.com/fwlink/?LinkId=2 38221 blend

choose our language javascript and html c# and xaml c# (or visual basic) and xaml c++ and xaml c++ and directX c# and xaml

planning our app Decide what our app is great at focus on user scenarios, choose one scenario Decide what user activities we will support outline a flow, storyboard the flow, prototype Decide what features to include app contracts, various views, touch first, device capabilities Design the UI get the basics right

storyboarding powerpoint sketchflow screen mockup pen and paper add-on that comes with VS 2012 sketchflow currently not updated for VS 2012 pen and paper sketchy styles

user experience (ux) Windows 8 user experience goals: metro style fast and fluid long battery life grace and power: windows 8 apps live tiles make it personal apps work together to save you time roam and experience between PCs make your PC work like a device, not a computer metro style content

source control make the code available to anyone easy way to contribute ideas and code Options? codeplex sourceforge tfs github

possible app features meeting information calendar map / directions sponsor list twitter feed contact

THANK YOU