html5-img
1 / 14

Windows Phone 7 Application Development Walkthrough

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

Download Presentation

Windows Phone 7 Application Development Walkthrough

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


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

  2. Introduction • Mobile Operating System developed by Microsoft • Mainly uses Silverlight for developing application

  3. Overview • SDK Installation • Keywords • Application development and installation • Eg. Hello World

  4. 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

  5. Keywords • Silverlight and XNA • Isolated Storage • Sqlite

  6. 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

  7. 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.

  8. 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

  9. Application Development Figure: Creating New Project • Create New Project

  10. Coding Figure: Coding

  11. Design Figure: Design

  12. Output Figure: Output

  13. Deployment • Requirements • Zune Software • Application Deployer • Unlocked Windows Phone

  14. Thank you !!!!

More Related