Windows Phone 7 Application Development Walkthrough

Post on 01-Jan-2016

32 views 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

Windows Phone 7 Application Development

Walkthrough

Presented By:Chandra Dev Singh

Introduction

Mobile Operating System

developed by Microsoft

Mainly uses Silverlight for

developing application

Overview

SDK Installation

Keywords

Application development and

installation

◦ Eg. Hello World

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

Keywords

Silverlight and XNA

Isolated Storage

Sqlite

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

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.

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

Application Development

Figure: Creating New Project

1. Create New Project

2. Coding

Figure: Coding

3. Design

Figure: Design

4. Output

Figure: Output

DeploymentRequirements

◦ Zune Software◦ Application Deployer◦ Unlocked Windows Phone

Thank you !!!!