windows phone 7 application development walkthrough

14
Windows Phone 7 Application Development Walkthrough Presented By: Chandra Dev Singh

Upload: vladimir-neveah

Post on 01-Jan-2016

35 views

Category:

Documents


3 download

DESCRIPTION

Windows Phone 7 Application Development Walkthrough. Presented By: Chandra Dev Singh. Introduction. Mobile Operating S ystem developed by Microsoft Mainly uses Silverlight for developing application. Overview. SDK Installation Keywords Application development and installation - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Windows Phone 7  Application Development Walkthrough

Windows Phone 7 Application Development

Walkthrough

Presented By:Chandra Dev Singh

Page 2: Windows Phone 7  Application Development Walkthrough

Introduction

Mobile Operating System

developed by Microsoft

Mainly uses Silverlight for

developing application

Page 3: Windows Phone 7  Application Development Walkthrough

Overview

SDK Installation

Keywords

Application development and

installation

◦ Eg. Hello World

Page 4: Windows Phone 7  Application Development Walkthrough

InstallationVisual Studio 2010 Ultimate Edition

◦ http://www.microsoft.com/download/en/details.aspx?id=12187

Windows Phone Developer Tool(for VS)◦ http://www.microsoft.com/download/en/details.aspx

?id=13890

Windows Phone Developer Resources(for Emulator and Deployment)

Silverlight SDK for Silverlight Application

MS Expression Blend for design

Page 5: Windows Phone 7  Application Development Walkthrough

Keywords

Silverlight and XNA

Isolated Storage

Sqlite

Page 6: Windows Phone 7  Application Development Walkthrough

Silverlight and XNASilverLight Derived from WPF technology Uses reduced set of both WPF and .NET Framework Provides development environment for business as

well as consumer application that display, collect and process information

XNA Uses gaming loop and focused on the content

displayed on the screen Unlike SilverLight , XNA supports 3D graphics

Page 7: Windows Phone 7  Application Development Walkthrough

Isolated Storage

is the local storage on the device to store

survey definition and survey answer

is the only mechanism available to persist

application data on the this platform

All the application data are stored here so

the isolated storage should be used properly.

Page 8: Windows Phone 7  Application Development Walkthrough

Sqlite

is a zero configuration database engine

embedded relational database management

system contained in a relatively small  C

programming library in the public domain.

It is not a separate process that is accessed from

client application, but an integral part of it

It performs multitasking while reading whereas

writing occurs one-at-a-time

is useful for local/client storage in web browsers

Page 9: Windows Phone 7  Application Development Walkthrough

Application Development

Figure: Creating New Project

1. Create New Project

Page 10: Windows Phone 7  Application Development Walkthrough

2. Coding

Figure: Coding

Page 11: Windows Phone 7  Application Development Walkthrough

3. Design

Figure: Design

Page 12: Windows Phone 7  Application Development Walkthrough

4. Output

Figure: Output

Page 13: Windows Phone 7  Application Development Walkthrough

DeploymentRequirements

◦ Zune Software◦ Application Deployer◦ Unlocked Windows Phone

Page 14: Windows Phone 7  Application Development Walkthrough

Thank you !!!!