volevi Windows Phone 8 SDK Update Puhn Chaturaphit

Slides:



Advertisements
Similar presentations
Android on Legacy Devices It or Lose It?
Advertisements

Android Application Development A Tutorial Driven Course.
Android Application Development Tutorial. Topics Lecture 4 Overview Overview of Sensors Programming Tutorial 1: Tracking location with GPS and Google.
Blast off with Windows Phone 8 Apollo Kelly White Microsoft MVP – Windows Phone Development
Microsoft ® Official Course First Look Clinic Overview of Windows 8 By Ragowo Riantory, S.Kom, MCP.
Windows Phone 8.1 for Developers Sascha Corti Technical Evangelist, Microsoft Switzerland | techpreacher.corti.com
An Overview of Palm OS n Designed for special hardware –small screen ( 160 x 160 ) –less processing power than desktop PCs –quick turnaround expected –limited.
Never miss a moment! Photosequence in Windows 8.1 Preview. Building an app using Capture APIs. Camera controls in Windows 8.1 Preview. Adding custom.
Symbian os with smart phones Guided by: Hetal A Josiyara
SCERSIG: Creating Android Apps with App Inventor 26 October 2011 Ric Paul, Health Services Library, Southampton.
Mobile Application Development with ANDROID Tejas Lagvankar UMBC 29 April 2009.
Mobile Application Development with ANDROID. Agenda Mobile Application Development (MAD) Intro to Android platform Platform architecture Application building.
About me Yichuan Wang Android Basics Credit goes to Google and UMBC.
Take a leap towards the most promising technology
Presentation Seminar on “IMAGE SLIDER –AN ANDROID APPLICATION”
1 Android- Platform Overview. 2 What is Android? Android is a software stack for mobile devices that includes an operating system, middleware and key.
2 Philosophy Customer Design Experience Platform.
Windows 7 Phone October 11, 2010 Device Showcase in New York City Two mentioned carriers At&t T-mobile Expected US release early November Current Hardware.
Join the MVA Community! ▪ Microsoft Virtual Academy—Free online training! ‒ Tailored for IT Pros and Developers ‒ Over 1M registered users ▪ Earn while.
Android architecture & setting up. Android operating system comprises of different software components arranges in stack. Different components of android.
Windows 7 Your Life, Simplified System Requirements  1GB of RAM (2GB for 64Bit Version)  2Ghz processor speed  At least 20GB for Hard Disk Space 
INTRODUCING WINDOWS 8 Windows 8 is the current release of the Windows Operating System, produced by Microsoft. Windows 8 was released to manufacturing.
What is gaming console & platform? A game console is a device which outputs video signal into TV screen to display the video game. A platform is in which.
Collaborator Revolutionizing the way you communicate and understand
Tim Program Manager, Developer Platform
Mobile Application Development with ANDROID Umang Patel(6537) LDCE.
Alejandro Campos Magencio Microsoft Technical Evangelist Integrating with Windows Phone 8 Alex.
Eric Strittmatter COSC 480 – Spring 2012 Previewing.
Android. I. What’s Android Android is a mobile operating system (OS) based on the Linux kernel and currently developed by Google. Android is designed.
Understanding Mobile Devices, Interactions, and Tools Lesson 1.
Windows Phone and Windows 8 Apps Development and Promotion OLEKSANDR KRAKOVETSKYI CEO, DevRain
Building Windows Phone 7 Games and Applications Yes, yes! “Games and Applications” and not “Applications and Games” Content is under NDA – please do no.
跨平台 Hybrid App 開發簡介 - 使用 Visual Studio Tool for Apache Cordova + HTML/JavaScript 陳葵懋 (Ian)
Eric Strittmatter COSC 380 – Spring 2012 Previewing.
Using Virtualization in the Classroom
Introducing MagicInfo Premium S 4.1
  Computer Fundamentals Training   Windows 8 Intermediate.
What is DirectX? DirectX is built by Microsoft as a collection of API’s (Application Programming Interfaces) for the purpose of multimedia processing.
Windows Phone 8 Programming
Mobile Application Development BSCS-7 Lecture # 1
Android Mobile Application Development
Lecture 2: Android Concepts
Android 01: Fundamentals
The world’s most advanced mobile platform
Lab 3: More Phone-Based Techniques
Fingerprint Smartphone
Android Studio, Android System Basics and Git
Use-case: GPS Issue Some times enumerator may face issue like unable to capture “GPS” This documents outline the possible work around to give best user.
WP8 XAML App Development
Lecture 4 : Windows 7 By MSc. Manar Joundy Hazar 2017
Myth Busting: Hosted Web Apps
Technology Development Unit
Cell Phone Safety Subtitle.
WITH DUAL CORE PROCESSOR.
11/23/2018 8:30 AM BRK3037 BRK3037: Dive deep on building apps and services with the Office 365 Communications Platform David Newman Senior Program Manager.
Application Framework
Introducing MagicInfo Premium I 6.0
Application Development A Tutorial Driven Course
Liven up your WP7 Apps with sweet “Mango” sauce
Using C++ in your Windows Phone Applications Talk will be repeated tomorrow morning at 8:30 in 33/McKinley Peter Torr, Program Manager.
Introducing MagicInfo Premium S 6.0
Windows Phone 8 More Than An App
CHAPTER 1 Introduction Chapter objectives: Understand what Android is
Android Developer Fundamentals V2
Build /23/2019 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Korea Software HRD Center
Windows Phone Developer Platform
Introducing MagicInfo Premium I 6
Introducing MagicInfo Premium S 6
Wrap Up CSE 5236: Mobile Application Development
Presentation transcript:

volevi Windows Phone 8 SDK Update Puhn Chaturaphit 24 November 2012 presented by volevi Puhn Chaturaphit Navapon Ngarmvorarojsakul Tus Wichitchai

Windows Phone 8 SDK

new system requirements 64-bit version of Windows 8 Pro or higher. 4 GB or more of RAM. CPU with Second Level Address Translation (SLAT). Hyper-V must be installed.

emulator WVGA 512MB WVGA WXGA 720p & Simulation Dashboard

what’s new? Windows Phone 8 SDK bluetooth data sense lock screen audio auto upload lenses wallet maps nfc resolutions speech app-to-app in-app purchase library advanced camera capture async sqlite

screen resolutions

tiles

lock screen

async public async task<int> count() { int result = 0; for (int i = 0; i < 5000000; i++) { result += i; } return result; } //int result = await count(); public int count() { int result = 0; for (int i = 0; i < 5000000; i++) { result += i; } return result; }

speech

app to app

native Direct3D games

in-app purchase

wallet

nfc

maps display route & provide walking or driving direction.

lenses

advanced capture APIs iso focus position white balance exposure

& many more Tiles and notifications Direct3D and games Windows Phone Store Lock screen App models Ready for Business Maps and navigation Camera and photos Localization and globalization Location Media App manifest file Speech User interface SQLite Wallet Communications Multi-resolution Data and extensibility

Have fun with the Windows Phone 8 SDK! Q/A at www.facebook.com/volevi