XNA and Windows Phone 7 Erick Kurniawan, M.Kom, MCTS, MCPD, MCT

Slides:



Advertisements
Similar presentations
1 Introduction to ASP.Net 4.0 Development David Ringsell MCSD MCT MCPD.
Advertisements

TouchDevelop Create apps ON your phone! Peli de Halleux (Senior Software Developer) Microsoft Research.
DotNetNuke Mobile Development -- options, tools and approaches
Introduction to XNA on Windows Phone 7 SILVERLIGHTSHOW.NET Webinar Peter Kuhn, June 30 th, 2011.
Välkommen till Sommarkollo Introduce XNA Game Studio Express Make A Game!
Microsoft SharePoint 2010 technology for Developers
Creating Games For Windows, Xbox 360, and Windows Phone 7 Ryan Plemons
Dan Waters, Academic Relations Manager, Microsoft.
Multi-screen Rich Media Ads. Spark Flow is… …an all-in-one platform for the dynamic multi-screen rich media advertising ecosystem. A cloud- based solution.
The Microsoft’s solution for building cross-platform Rich Internet Applications.
Getting Started with XNA Game Studio CTXNA Meeting: February 2011.
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
Development of mobile applications using PhoneGap and HTML 5
There has never been a better time to build a game that targets PC, tablets, phone and Xbox!
Aptech Borivali(West) Hefin Dsouza. Agenda  What is.NET and What is Visual Studio? .NET Framework 3.5 Overview.  Visual Studio 2008 Enhancements. 
MCTS: Pass one of 24 exams (a few require more). Multiple counters are and You can also choose.
An Overview of Qt - asankar1. Agenda About Qt –A brief intro of Qt Qt development tools –Tools used for building Qt application Qt Architecture –The underlying.
Punit Shah Technical Lead | Microsoft
Developing games and applications for Xbox 360 using XNA* *XNA is XNA’s Not Acronymed An Introduction by Peter Messenger Senior Developer at QMASTOR Newcastle.
Khalid Siddiqui Senior Architect, Mobility Center of Excellence Microsoft Corporation SESSION CODE: WPH311.
I can haz gamez?. Bret Stateham Microsoft Developer Evangelist Blog:
LastLeaf Sample PPT SMARTEST WAY TO CRAFT PRESENTATIONS.
11 Games and Content Session 4.1. Session Overview  Show how games are made up of program code and content  Find out about the content management system.
An Introduction to. What is XNA?  “A set of tools with a managed runtime environment provided my Microsoft that facilitates computer game development.
 Frank Savage Architect Microsoft Corporation.
Introduction to Silverlight. Slide 2 What is Silverlight? It’s part of a Microsoft Web platform called Rich Internet Applications (RIA) There is a service.
NOTE: To change the image on this slide, select the picture and delete it. Then click the Pictures icon in the placeholder to insert your own image. WEB.
Architecture of.NET Framework .NET Framework ٭ Microsoft.NET (pronounced “dot net”) is a software component that runs on the Windows operating.
Las Vegas XNA Users Group. October 2007 MEETING! Presented by Charley Jones A+, MOUS, MCP, MCSA, MCSE, MCDBA, MCAD, MCT, PMP, ITIL MCTS: SQL Server 2005,
The Inspiration Tour Ed Dunhill – blogs.msdn.com/edunhill Ben Coley – bencoley.spaces.live.com.
Getting Started. XNA Game Studio 4.0 To download XNA Game Studio 4.0 itself, go to XNA Game.
2 Philosophy Customer Design Experience Platform.
Understanding Xamarin Development Matt
Mobile web Sebastian Lopienski IT Technical Forum 29 June 2012.
XNA An Introduction. What XNA is… Microsoft® XNA™ is composed of industry- leading software, services, resources, and communities focused on enabling.
WPH310. Free Phone! Windows Phone 7 as a Game Platform Free Tools to Build Great Games The Game Loop Input on Windows Phone 7 Building a Game with Your.
Scott Hunter Principal Group Program Manager, App ASP.NET 5.
Michael Hofer Senior Consultant Microsoft Corporation.
Jeremy Thake Technical Product Building cross-platform apps that integrate with O365 API’s using Xamarin in Visual Studio.
Trunica Inc. 500 East Kennedy Blvd #300 Tampa, FL Cross Platform Mobile Apps With Cordova and Visual Studio 2015 © Copyright 2015.
Ronnie Saurenmann Principal Architect Microsoft Switzerland Silverlight 5 Advanced.
What’s New in Windows Forms 2.0 Stephen Turner Software Design Engineer
Identify Windows Application Types Windows Development Fundamentals LESSON 1.1.
Building Windows Phone Applications with Silverlight (Part 1) Mike Harsh Program Manager, Microsoft.
Progress Report and Discussion.  Demo and discussion of current features  UI development issues  Further work  Discussion of possible underlying models.
What’s New in.NET 4.5 Layla Driscoll Senior Program Manager Microsoft Corporation.
Jeremy Thake Technical Product Building Apps for Office using Visual Studio.
Best 5 Mobile App Development Tools for Developer's to think beyond the Limitation.
Testing, Debugging, and Deploying a Mobile App Lesson 8.
INTRODUCING HYBRID APP KAU with MICT PARK IT COMPANIES Supported by KOICA
Build Cross-Platform Mobile Apps Using Visual Studio A Telerik webinar by Jeffrey T. Fritz March 27, 2014 AND.
Building Windows Phone 7 Games and Applications Yes, yes! “Games and Applications” and not “Applications and Games” Content is under NDA – please do no.
Introduction to Avalon Mike Taulty Microsoft Ltd
Xamarin Studio Xamarin Curriculum for Xamarin Studio
Introducing the Windows Mobile development
Computer Software Digital Literacy.
The Universal Windows Platform
The Windows Phone Application Platform
Computer Software Digital Literacy.
MonoGame and Windows 8.
Introduction to Silverlight
Module 1: Getting Started
Protecting Premium Video in Windows
.NET and .NET Core Foot View of .NET Pan Wuming 2017.
תכנות אסינכרוני, תקשורת ופיתוח אפליקציות ל-Windows 8
Developing Games for Windows Phone 7 with XNA Game Studio 4.0
Brandon Bray Principal Group Program Manager Microsoft Corporation
5/6/2019 7:40 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN THIS.
Windows Presentation Foundation
11/11/2019 1:15 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
Presentation transcript:

XNA and Windows Phone 7 Erick Kurniawan, M.Kom, MCTS, MCPD, MCT

Windows Phone App Frameworks

Microsoft XNA Runtime environment untuk aplikasi game Managed Code – CSharp Only Multiple Platform

Microsoft Game Studio 4.0 Modern IDE Design untuk mempermudah pengembangan aplikasi game New Features in 4.0 – Simplified graphics API – New Configurable effects – Visual Studio 2010 – Enhanced Audio Support – Target Windows Phone

How To Build an XNA Game Create C# class yang diturunkan dari class Game Override initialize dan load content methods – Mendefinisikan setting dan load Graphics Override the Update method – Mengimplementasikan logika untuk game (cek user input, kalkulasi, dll) Override draw method – Menggambar pixel pada screen

XNA Game Program Flow

Demo Simple Web Browser

Demo Simple Image Viewer

Demo Simple Media Player