+ All Categories
Home > Documents > Windows Phone SDK 7.1

Windows Phone SDK 7.1

Date post: 07-Feb-2016
Category:
Upload: mingan
View: 56 times
Download: 1 times
Share this document with a friend
Description:
Windows Phone SDK 7.1. How to make it work?. Doncho Minkov. Telerik School Academy. schoolacademy.telerik.com. Technical Trainer. http://www.minkov.it. Table of Contents. Windows Phone Mango (7.5) Windows Phone SDK 7.1 Installation of WP SDK 7.1 Visual Studio Windows Phone SDK - PowerPoint PPT Presentation
Popular Tags:
17
Windows Phone SDK 7.1 How to make it work? Doncho Minkov Telerik School Academy schoolacademy.telerik.c om Technical Trainer http://www.minkov.it
Transcript
Page 1: Windows Phone SDK 7.1

Windows Phone SDK 7.1

How to make it work?

Doncho Minkov

Telerik School Academyschoolacademy.telerik.com

Technical Trainerhttp://www.minkov.it

Page 2: Windows Phone SDK 7.1

Table of Contents Windows Phone Mango (7.5) Windows Phone SDK 7.1 Installation of WP SDK 7.1 Visual Studio

Windows Phone SDK PhoneGap Plugin

"Hello PhoneGap" project

Page 3: Windows Phone SDK 7.1

Windows Phone MangoThe Next Version of

Windows Phone

Page 4: Windows Phone SDK 7.1

Windows Phone Mango Windows Phone Mango is the next generation of Microsoft Mobile OS Earlier Microsoft OS

Windows Mobile 6.1 and 6.5 Windows Phone 7

Windows Phone Mango SDK 7.1 provides necessary tools and APIs to develop applications Using C# and Silverlight Using HTML5 and JavaScript

Page 5: Windows Phone SDK 7.1

Installation of Windows Phone SDK

7.1How to start WP 7.5 Development?

Page 6: Windows Phone SDK 7.1

Steps for Installing Android SDK

1. Installing Visual Studio IDE2. Install Visual Studio Service Pack

13. Install Windows Phone SDK 7.14. Add components needed for

development

Page 7: Windows Phone SDK 7.1

Visual Studio

What is Visual Studio? A multi-language software

development environment An integrated development

environment (IDE) Mostly used for C# and Visual Basic

Page 8: Windows Phone SDK 7.1

Visual Studio (2) Visual Studio is used to develop applications In C#, VB.NET, C, C++, F#, J#, etc. For Windows Phone (using

Silverlight) Download at http://bit.ly/VSExpressPhone Comes with WP SDK 7.1 No need to install it separately

Page 9: Windows Phone SDK 7.1

New PhoneGap Project

With Visual Studio

Page 10: Windows Phone SDK 7.1

PhoneGap in Visual Studio?

How to create a PhoneGap Project in VS? A hard way and a easy way

The hard way is to download the assembly that connects of VS and PhoneGap We will not cover it here

The easy way – download a Project Template Donwload at: http://

bit.ly/VSPhoneGap Copy the contents to …\Documents\

Visual Studio 2010\Templates\ProjectTemplates\Visual C#

Create a project with this template

Page 11: Windows Phone SDK 7.1

PhoneGap in VS – Example

Page 12: Windows Phone SDK 7.1

New PhoneGap ProjectLive Demo

Page 13: Windows Phone SDK 7.1

Hello World PhoneGapFirst Application with Windows Phone

Mango

Page 14: Windows Phone SDK 7.1

Hello World PhoneGap Lets make our "Hello World, PhoneGap!" application Till now we have an empty

PhoneGap project All we need to do is to edit the

index.html file Created by us Located in /assets/www This is the Entry point of our

Application

Page 15: Windows Phone SDK 7.1

Hello World PhoneGap – Example

Hello World, PhoneGap! Open the index.html and copy the

following<!Doctype html><html><head> <title> First PhoneGap Application </title><head><body> <h1>Hello PhoneGap</h1></body></html>

Go to Debug -> Start without Debugging or CTRL+F5 The emulator should start And the app run!

Page 16: Windows Phone SDK 7.1

Hello World PhoneGap

Live Demo

Page 17: Windows Phone SDK 7.1

Questions?

Windows Phone SDK 7.1


Recommended