build your first windows phone app - c# corner€¦ · build your first windows phone app . about...

15

Upload: others

Post on 20-Jun-2020

2 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: Build Your First Windows Phone APP - C# Corner€¦ · Build Your First Windows Phone APP . About me Microsoft MVP – Device Application Development Consultant - Mobile Practice
Page 2: Build Your First Windows Phone APP - C# Corner€¦ · Build Your First Windows Phone APP . About me Microsoft MVP – Device Application Development Consultant - Mobile Practice

Build Your First Windows Phone APP

Page 3: Build Your First Windows Phone APP - C# Corner€¦ · Build Your First Windows Phone APP . About me Microsoft MVP – Device Application Development Consultant - Mobile Practice

About me

Microsoft MVP – Device Application Development

Consultant - Mobile Practice at Capgemini India

Page 4: Build Your First Windows Phone APP - C# Corner€¦ · Build Your First Windows Phone APP . About me Microsoft MVP – Device Application Development Consultant - Mobile Practice

Setup Development Environment

Visual Studio 2010 Express For Windows Phone

Included with Windows Phone SDK 7.1 Setup

Demonstration

Hello World Application

Hello Panorama Application Learn

Basic Concept of Windows Phone 7 Application

- Windows Phone 7, Programming Model

- Project Structure

- Page Life Cycle

Understand

Agenda

App Publishing

-Build XAP

-Icons

-Publish App to WP Dev Center

Build

Page 5: Build Your First Windows Phone APP - C# Corner€¦ · Build Your First Windows Phone APP . About me Microsoft MVP – Device Application Development Consultant - Mobile Practice

Setup - Windows Phone Developer Tools

Download Visual Studio 2010 Express For Windows Phone Included with Windows Phone SDK 7.1

Page 6: Build Your First Windows Phone APP - C# Corner€¦ · Build Your First Windows Phone APP . About me Microsoft MVP – Device Application Development Consultant - Mobile Practice

Understand

Windows Phone Programming Model

Project Structure

Page Life Cycle

Basic Concept of Windows Phone 7 Application

Page 7: Build Your First Windows Phone APP - C# Corner€¦ · Build Your First Windows Phone APP . About me Microsoft MVP – Device Application Development Consultant - Mobile Practice

Understand - Windows Phone Programming Model

Page 8: Build Your First Windows Phone APP - C# Corner€¦ · Build Your First Windows Phone APP . About me Microsoft MVP – Device Application Development Consultant - Mobile Practice

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 9: Build Your First Windows Phone APP - C# Corner€¦ · Build Your First Windows Phone APP . About me Microsoft MVP – Device Application Development Consultant - Mobile Practice

Understand - Page Life Cycle

Page 10: Build Your First Windows Phone APP - C# Corner€¦ · Build Your First Windows Phone APP . About me Microsoft MVP – Device Application Development Consultant - Mobile Practice

Learn – Windows Phone 7, Hello World Application

Page 11: Build Your First Windows Phone APP - C# Corner€¦ · Build Your First Windows Phone APP . About me Microsoft MVP – Device Application Development Consultant - Mobile Practice

Learn – Windows Phone 7, Hello Panorama Application

Page 12: Build Your First Windows Phone APP - C# Corner€¦ · Build Your First Windows Phone APP . About me Microsoft MVP – Device Application Development Consultant - Mobile Practice

Build & Publishing

- Build XAP

- Icons

Page 13: Build Your First Windows Phone APP - C# Corner€¦ · Build Your First Windows Phone APP . About me Microsoft MVP – Device Application Development Consultant - Mobile Practice

Q & A

Page 15: Build Your First Windows Phone APP - C# Corner€¦ · Build Your First Windows Phone APP . About me Microsoft MVP – Device Application Development Consultant - Mobile Practice

Q & A

Thank you