SlideShare a Scribd company logo
Windows phone - Build your first app
Build Your First Windows Phone APP
Agenda
Setup
Understand

Setup Development Environment
- Visual Studio 2012 Express For Windows Phone
- Included with Windows Phone SDK 8
Basic Concept of Windows Phone 8 Application
- Windows Phone 8, Programming Model
- Project Structure
- Application and Page Life Cycle

Learn

Demonstration
- ‘Hello, World!’ Application
- Hello Panorama Application

Build

App Publishing
- Build XAP
- Tiles and Icons
- Publish App to Windows Phone Dev Center
Setup - Windows Phone Developer Tools
Download Visual Studio 2012 Express For Windows Phone
Included with Windows Phone SDK 8
Understand
Basic Concept of Windows Phone Application
Windows Phone Programming Model
Project Structure
Windows Phone Application Life Cycle
Page Life Cycle
Understand - Windows Phone Programming Model
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)
Understand – Application and Page Life Cycle
Learn – Windows Phone 8, Hello World Application
Learn – Windows Phone, Panorama Application
Build & Publishing
- Tiles and Icons
- Build XAP
Name of Tiles

Small (Pixels)

Medium (Pixels)

Wide (Pixels)

Flip

159 x 159

336 x 336

691 x 336

Cycle

159 x 159

336 x 336

691 x 336

Iconic

110 x 110

202 x 202

N/A
Q&A
Follow me
Blog - http://windows-mobile-dev.blogspot.in/
Email – pavan.pareta@gmail.com
Social media
Facebook
LinkedIn
@pavanpareta
Thank you 

More Related Content

PDF
PhoneGap Framework for smartphone app developement
PPT
Nokia DvLup - Presentasi dari Ahmad Mustafid
PPTX
Introduction for Windows phone 8.1 .
PDF
Best mobile app development framework
PPTX
WINDOWS PHONE APPS IN C++
PDF
Windows Phone App Studio for Begineers @ Christ College Bangalore
PPTX
Android studio installation
PDF
Mobile app development for android
PhoneGap Framework for smartphone app developement
Nokia DvLup - Presentasi dari Ahmad Mustafid
Introduction for Windows phone 8.1 .
Best mobile app development framework
WINDOWS PHONE APPS IN C++
Windows Phone App Studio for Begineers @ Christ College Bangalore
Android studio installation
Mobile app development for android

Similar to Windows phone - Build your first app (20)

PPTX
Windowsphone7
DOCX
Classification of the document
PPTX
Windows Phone Introduction
PPT
Introduction to Android Environment
PPTX
Windows 7 mobile
PPT
Day: 2 Environment Setup for Android Application Development
PPT
1 introduction of android
PPTX
"Discover windows phone" 01. Project Template
PPT
Synapseindia android apps application
PPTX
Windows Phone Apps Development overview
PPT
Getting Started With Android
PPT
PPT Companion to Android
PPT
Mobile Devolpment Slides
PPTX
Nashua Cloud .NET User Group - Basic WP8 App Dev With XAML and C#, April 2013
PDF
ANDROID PPT 1.pdf
PDF
First Steps with Android - An Exciting Introduction
PPTX
Android app development ppt
PPTX
Universal apps on Windows 10 - Intro (TechDays Sweden 2015)
PPTX
Building Windows8 Metro Applications
Windowsphone7
Classification of the document
Windows Phone Introduction
Introduction to Android Environment
Windows 7 mobile
Day: 2 Environment Setup for Android Application Development
1 introduction of android
"Discover windows phone" 01. Project Template
Synapseindia android apps application
Windows Phone Apps Development overview
Getting Started With Android
PPT Companion to Android
Mobile Devolpment Slides
Nashua Cloud .NET User Group - Basic WP8 App Dev With XAML and C#, April 2013
ANDROID PPT 1.pdf
First Steps with Android - An Exciting Introduction
Android app development ppt
Universal apps on Windows 10 - Intro (TechDays Sweden 2015)
Building Windows8 Metro Applications
Ad

Recently uploaded (20)

PDF
Zenith AI: Advanced Artificial Intelligence
PPTX
Modernising the Digital Integration Hub
PDF
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
PDF
Developing a website for English-speaking practice to English as a foreign la...
PDF
A contest of sentiment analysis: k-nearest neighbor versus neural network
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PDF
STKI Israel Market Study 2025 version august
PPTX
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
Enhancing emotion recognition model for a student engagement use case through...
PDF
DP Operators-handbook-extract for the Mautical Institute
PPTX
TLE Review Electricity (Electricity).pptx
PDF
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
PDF
August Patch Tuesday
PDF
gpt5_lecture_notes_comprehensive_20250812015547.pdf
PPTX
The various Industrial Revolutions .pptx
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
Group 1 Presentation -Planning and Decision Making .pptx
Zenith AI: Advanced Artificial Intelligence
Modernising the Digital Integration Hub
TrustArc Webinar - Click, Consent, Trust: Winning the Privacy Game
Developing a website for English-speaking practice to English as a foreign la...
A contest of sentiment analysis: k-nearest neighbor versus neural network
NewMind AI Weekly Chronicles - August'25-Week II
From MVP to Full-Scale Product A Startup’s Software Journey.pdf
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
STKI Israel Market Study 2025 version august
MicrosoftCybserSecurityReferenceArchitecture-April-2025.pptx
cloud_computing_Infrastucture_as_cloud_p
Enhancing emotion recognition model for a student engagement use case through...
DP Operators-handbook-extract for the Mautical Institute
TLE Review Electricity (Electricity).pptx
DASA ADMISSION 2024_FirstRound_FirstRank_LastRank.pdf
August Patch Tuesday
gpt5_lecture_notes_comprehensive_20250812015547.pdf
The various Industrial Revolutions .pptx
Programs and apps: productivity, graphics, security and other tools
Group 1 Presentation -Planning and Decision Making .pptx
Ad

Windows phone - Build your first app

  • 2. Build Your First Windows Phone APP
  • 3. Agenda Setup Understand Setup Development Environment - Visual Studio 2012 Express For Windows Phone - Included with Windows Phone SDK 8 Basic Concept of Windows Phone 8 Application - Windows Phone 8, Programming Model - Project Structure - Application and Page Life Cycle Learn Demonstration - ‘Hello, World!’ Application - Hello Panorama Application Build App Publishing - Build XAP - Tiles and Icons - Publish App to Windows Phone Dev Center
  • 4. Setup - Windows Phone Developer Tools Download Visual Studio 2012 Express For Windows Phone Included with Windows Phone SDK 8
  • 5. Understand Basic Concept of Windows Phone Application Windows Phone Programming Model Project Structure Windows Phone Application Life Cycle Page Life Cycle
  • 6. Understand - Windows Phone Programming Model
  • 7. 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)
  • 8. Understand – Application and Page Life Cycle
  • 9. Learn – Windows Phone 8, Hello World Application
  • 10. Learn – Windows Phone, Panorama Application
  • 11. Build & Publishing - Tiles and Icons - Build XAP Name of Tiles Small (Pixels) Medium (Pixels) Wide (Pixels) Flip 159 x 159 336 x 336 691 x 336 Cycle 159 x 159 336 x 336 691 x 336 Iconic 110 x 110 202 x 202 N/A
  • 12. Q&A
  • 13. Follow me Blog - http://windows-mobile-dev.blogspot.in/ Email – pavan.pareta@gmail.com Social media Facebook LinkedIn @pavanpareta