140 likes | 267 Views
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
E N D
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
Installation • Visual 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 XNA SilverLight • 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 • Create New Project
Coding Figure: Coding
Design Figure: Design
Output Figure: Output
Deployment • Requirements • Zune Software • Application Deployer • Unlocked Windows Phone