Building RADNUG8 – the windows 8 app Part 1 Matt

Slides:



Advertisements
Similar presentations
© 2012 Microsoft Corporation. All rights reserved. Be more productive. Windows 8 helps you get more done in less time.
Advertisements

Mobile Applications Development. Your next job: Mobile app developer? pp_developer_?taxonomyId=11&pageNumber=1.
Get the best of both worlds. With Windows 8, customers can get the fun of a tablet and the productivity of a PC, all in a single Windows 8 device. Game.
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta.
Introducing Microsoft Surface ™ 1.0 Service Pack 1.
Introduction to the Windows Runtime (WinRT) Ben Dewey Tallan, Inc.
DEV392: Extending SharePoint Products And Technologies Through Web Parts And ASP.NET Clint Covington, Program Manager Data And Developer Services - Office.
Microsoft Visio is diagramming software for Microsoft Windows. It uses vector graphics to create diagrams. The 2007 Standard and Professional editions.
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.
Windows Core OS Services JavaScript (Chakra) C C++ C# VB Metro style apps Communication & Data Application Model Devices & Printing WinRT APIs Graphics.
Open and save files directly from Word, Excel, and PowerPoint No more flash drives or sending yourself documents via Stop manually merging versions.
There has never been a better time to build a game that targets PC, tablets, phone and Xbox!

© 2012 Microsoft Corporation. All rights reserved. Amazing apps. Windows 8 comes with built-in apps for the things you do most to help get your favorite.
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.
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Exploring Microsoft Visual Basic 6.0 Copyright © 1999 Prentice-Hall, Inc. By Carlotta.
1 Programming Concepts Module Code : CMV6107 Class Contact Hours: 45 hours (Lecture 15 hours) (Laboratory/Tutorial 30 hours) Module Value: 1 Textbook:
Chapter 1 Introduction to Visual Basic Programming and Applications 1 Joshi R.G. Dept. of Computer Sci. YMA.
Building Future with Microsoft Wolfgang Ebermann Vice President Microsoft Central & Eastern Europe 1.
Building Metro style UIs Paul Gusmorino Lead Program Manager Microsoft Corporation DEV354.
Angelo Chan Kamran Bilgrami. Agenda ● WinJS - What and Why ● Modern Apps ● WinRT Architecture ● Demos o Controls o Data Bindings o Program LifeCycle Management.
WinRT and Windows 8 Sergey Barskiy Principal Consultant, Magenic.
Integrate your game with Windows platform Vladimir Kolesnikov Technical Evangelist
Developing Windows Phone 7 applications Igor Ralić Vedran Vučetić
Windows 8 looks unlike any operating system Microsoft has created to date. In this lesson, you will learn how to navigate and manage files in the Windows.
INTRODUCING WINDOWS 8 Windows 8 is the current release of the Windows Operating System, produced by Microsoft. Windows 8 was released to manufacturing.
Sascha P. Corti Microsoft
Name Microsoft Student Partner Overview of the Visual Studio 2005 Express Products.
Trunica Inc. 500 East Kennedy Blvd #300 Tampa, FL Cross Platform Mobile Apps With Cordova and Visual Studio 2015 © Copyright 2015.
Innovation Any app, any platform Openness.NET Core ASP.NET 5.
| Basel Visual Studio 2013 and Internet Explorer 11 Tips & Tricks For Developers Sascha Corti Technical Evangelist, Microsoft Switzerland
Windows 8 A touch screen computer on a desktop. Windows Metro.
Visual Studio 2013 and Internet Explorer 11 Tips & Tricks for Developers Sascha Corti Technical Evangelist, Microsoft Switzerland
Eric Strittmatter COSC 480 – Spring 2012 Previewing.
The Windows 10 App platform: an introduction to the UWP Andy Wigley b:
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.
DEPARTMENT OF COMPUTER SCIENCE Introduction to Visual Basic BCA 3 RD YR PRESENTED BY HASHIR UN NABI Dated:01/07/
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.
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.
Eric Strittmatter COSC 380 – Spring 2012 Previewing.
Chapter 1 Introduction to Visual Basic
Developing Windows 8 Style Application With HTML and JavaScript
Building Windows 8 App.
The Universal Windows Platform
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.
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
תכנות אסינכרוני, תקשורת ופיתוח אפליקציות ל-Windows 8
Windows 10 Preview Andy & Jerry
Hosted Web Apps with Windows App Studio
Office 365 Development.
Tooling and Diagnostics
Build /2/2018 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
All About Office UI Fabric
Getting started with SharePoint Framework
Office 365 Development.
//Build 다시보기 나 발머 김영욱 부장 Microsoft Korea
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 RADNUG8 – the windows 8 app Part 1 Matt

what are we doing? community 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! 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 Install Windows 8 (release preview) use a vhd and dual boot vhd Install Visual Studio 2012 Express (release candidate) blend will be installed as well Get a Developer License Get the tools: blend

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

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 planning our app

storyboarding screen mockup powerpoint 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: 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

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

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

Product guide for developers Explore the documentation Sample apps resources

future work … v2 Windows Phone 8 app common core Xbox Smart Glass connect windows 8 / windows phone 8 applications to xbox seamless integration

next time … Digging deeper into metro