windows phone - build your first app

14

Upload: pavan-pareta

Post on 18-Dec-2014

289 views

Category:

Technology


2 download

DESCRIPTION

 

TRANSCRIPT

Page 1: Windows phone - Build your first app
Page 2: Windows phone - Build your first app

Build Your First Windows Phone APP

Page 3: Windows phone - Build your first app

Setup Development Environment

- Visual Studio 2012 Express For Windows Phone

- Included with Windows Phone SDK 8 Setup

Demonstration

- ‘Hello, World!’ Application

- Hello Panorama Application Learn

Basic Concept of Windows Phone 8 Application

- Windows Phone 8, Programming Model

- Project Structure

- Application and Page Life Cycle

Understand

Agenda

App Publishing

- Build XAP

- Tiles and Icons

- Publish App to Windows Phone Dev Center

Build

Page 4: Windows phone - Build your first app

Setup - Windows Phone Developer Tools

Download Visual Studio 2012 Express For Windows Phone Included with Windows Phone SDK 8

Page 5: Windows phone - Build your first app

Understand

Windows Phone Programming Model

Project Structure

Windows Phone Application Life Cycle

Page Life Cycle

Basic Concept of Windows Phone Application

Page 6: Windows phone - Build your first app

Understand - Windows Phone Programming Model

Page 7: Windows phone - Build your first app

Understand - Project Structure

1) AppManifest.xml

2) AssemblyInfo.cs

3) WMAppManifest.xml

1) App.xaml

2) MainPage.xaml

3) ApplicationIcon.png - (62x62)

4) Background.png - (173x173)

5) SplashScreenImage.png - (480x800)

Page 8: Windows phone - Build your first app

Understand – Application and Page Life Cycle

Page 9: Windows phone - Build your first app

Learn – Windows Phone 8, Hello World Application

Page 10: Windows phone - Build your first app

Learn – Windows Phone, Panorama Application

Page 11: Windows phone - Build your first app

Build & Publishing

- Tiles and Icons

- Build XAP

Name of Tiles Small (Pixels) Medium (Pixels) Wide (Pixels)

Flip 159 x 159 336 x 336 691 x 336

Cycle 159 x 159 336 x 336 691 x 336

Iconic 110 x 110 202 x 202 N/A

Page 12: Windows phone - Build your first app

Q & A

Page 14: Windows phone - Build your first app

Thank you