SlideShare une entreprise Scribd logo
1  sur  24
Develop Windows Phone 8 App
    For Absolute Beginner



                  Presented By
            Khin Maung Myint (Tbit Solution)
            Ye Kyaw (Tbit Solution)
Window Phone History
Windows CE
Pocket PC 2000
Pocket PC 2002
Windows Mobile 2003
Windows Mobile 2003 SE
Windows Mobile 5
Windows Mobile 6
Windows Mobile 6.1
Windows Mobile 6.5
Windows Mobile 7
Windows Mobile 7.5
Windows Mobile 8
Window CE
Microsoft Windows CE (known as Windows Embedded Compact)
Microsoft's portable devices began with research projects in 1990
Windows Mobile was based on the Windows CE kernel
Windows CE officially began in 1992
Windows CE
Pocket PC 2000
was released on April 19, 2000
based on Windows CE 3.0
Pocket PC OS had similar appearance to Windows
98, Windows Me & Windows 2000
Windows Mobile 2003
was released on June 23, 2003
Windows Mobile 2003
       Pocket PC Premium Edition
       Pocket PC Professional Edition
       Windows Mobile 2003 for Smartphone and Windows Mobile 2003
      for Pocket PC Phone Edition
Windows Mobile 2003 SE released on March 24, 2004
Windows Mobile 5
was released at Microsoft's Mobile and Embedded Developers
Conference 2005 in Las Vegas, May 9–12, 2005
used the .NET Compact Framework 1.0 SP3
Windows Mobile 6
released on February 12, 2007 at the 3GSM World Congress
2007
three different versions:
      Windows Mobile 6 Standard" for Smartphones
      Windows Mobile 6 Professional" for Pocket PCs
      Windows Mobile 6 Classic" for Pocket PCs without cellular radios
Windows Mobile 6.5
was released to manufacturers on May 11, 2009
This version was designed mainly for easier finger usage
6.5.1 brings larger user interface elements
6.5.3 minor update was announced on February 2, 2010
Sony Ericsson Aspen which was the first phone to use this
version
6.5.5 released in January 2010
Window Phone 7
Windows Phone 7 is Windows Phone mobile client operating system
released worldwide on October 21, 2010
featured a new user interface
which combine local & online content via WP's integration with popular
social networks such as Facebook, Windows Live, and Twitter
Windows Phone 7.5 was released in May 2011
Windows Phone 8
second generation of mobile OS
released on October 29th, 2012
features interface known as Metro (or Modern UI or design
language)
Metro is internal code name of a typography-based design
language, originally for use in Window Phone.
 better focus on content of applications.
Window Phone 8 Features
A mobile operating system operates a smartphone, tablet,
PDA, or other digital mobile devices.
Modern mobile operating systems combine the features with
touchscreen, cellular, Bluetooth, WiFi, GPS mobile navigation,
camera, video camera, speech recognition, voice recorder,
music player, Near field communication, personal digital
assistant (PDA).
Window Phone Partnership
Nokia announced partnership with Microsoft on February
11, 2011
Windows Phone OS Nokia, HTC, Samsung, Huawei
HTC   SAMSUMG HUAWEI   NOKIA
TOP SMARTPHONE OS BY INSTALLED BASE AT END OF 2012

  Android . . . about 710 million smartphones in use and 53% of global
  installed base
  iOS . . . about 260 million smartphones in use and 19% of global installed
  base
  Symbian . . . about 190 million smartphones in use and 14% of global
  installed base
  Blackberry . . . 104 million smartphones in use and 8% of global installed
  base
  Bada . . . about 30 million smartphones in use and above 2% of global
  installed base
  Windows Phone . . . about 20 million smartphones in use and under 2% of
  global installed base
Windows Phone Development Tools
 Windows 8 64 bits
 Microsoft Visual Studio 2012
 Windows Phone 8 SDK
 Hardware:
    6.5 GB of free hard disk space
    4 GB RAM
    64-bit (x64) CPU
www.microsoft.com/en-us/download/details.aspx?id=35471
DEMO



       Windows Phone 8
Isolated Storage
 Isolated Storage is used to store local data on a Windows
Phone 8 phone.
storage resources on a phone are limited.
so applications should only store necessary data.
All I/O operations are restricted to isolated storage and do not
have direct access to the underlying operating system file
system.
Windows Phone has only 10% of storage space remaining, the
user will receive a notification of this status and even the
whole app can stop working
Save File with IsolatedStorage
ar appStorage = IsolatedStorageFile.GetUserStoreForApplication();

       if (!appStorage.FileExists(filename))
       {
           using (var file = appStorage.CreateFile(filename))
           {
             using (var writer = new StreamWriter(file))
             {
                writer.WriteLine(fileContent);
             }
           }
       }
Retrieve File with IsolatedStorage
var appStorage = IsolatedStorageFile.GetUserStoreForApplication();

string fileName = "text1.txt";//NavigationContext.QueryString["id"];

using (StreamReader sr = new
StreamReader(appStorage.OpenFile(fileName, System.IO.FileMode.Open)))
        {
          text1.Text = sr.ReadLine();
        }
Application Demo
THANK YOU FOR YOUR ATTENTION

           Q&A

Contenu connexe

Tendances

Why android is the most popular mobile operating system in the world(2)
Why android is the most popular mobile operating system in the world(2)Why android is the most popular mobile operating system in the world(2)
Why android is the most popular mobile operating system in the world(2)GhulamQadir32
 
Easily Backup your Mobile Data
Easily Backup your Mobile DataEasily Backup your Mobile Data
Easily Backup your Mobile DataEdina Stephen
 
Windows 8 introduction
Windows 8 introductionWindows 8 introduction
Windows 8 introductionVivian Alive
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phonesRona Obillo
 
Windows phone 7 launch ppt
Windows phone 7 launch pptWindows phone 7 launch ppt
Windows phone 7 launch pptaitrichtech
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phonessariorodolfo
 
Andriod (operating system)
Andriod (operating system)Andriod (operating system)
Andriod (operating system)sai praneeth
 
androidRajeshmes
androidRajeshmesandroidRajeshmes
androidRajeshmesRaj K
 
Windows Phone 7 Trivia
Windows Phone 7 TriviaWindows Phone 7 Trivia
Windows Phone 7 TriviaBrad Tutterow
 
Device Classification
Device ClassificationDevice Classification
Device ClassificationBella92
 
How to Recover Deleted Photos from Android
How to Recover Deleted Photos from AndroidHow to Recover Deleted Photos from Android
How to Recover Deleted Photos from AndroidGihosoft
 
android Rajeshppt
android Rajeshpptandroid Rajeshppt
android RajeshpptRaj K
 

Tendances (20)

Android
AndroidAndroid
Android
 
Why android is the most popular mobile operating system in the world(2)
Why android is the most popular mobile operating system in the world(2)Why android is the most popular mobile operating system in the world(2)
Why android is the most popular mobile operating system in the world(2)
 
Ro Ck St Ar
Ro Ck St ArRo Ck St Ar
Ro Ck St Ar
 
Easily Backup your Mobile Data
Easily Backup your Mobile DataEasily Backup your Mobile Data
Easily Backup your Mobile Data
 
Andriod os ppt
Andriod os pptAndriod os ppt
Andriod os ppt
 
Windows 8 introduction
Windows 8 introductionWindows 8 introduction
Windows 8 introduction
 
Android
AndroidAndroid
Android
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phones
 
Windows phone 7 launch ppt
Windows phone 7 launch pptWindows phone 7 launch ppt
Windows phone 7 launch ppt
 
Android
AndroidAndroid
Android
 
Android and android phones
Android and android phonesAndroid and android phones
Android and android phones
 
Andriod (operating system)
Andriod (operating system)Andriod (operating system)
Andriod (operating system)
 
Android
AndroidAndroid
Android
 
Android (1)
Android (1)Android (1)
Android (1)
 
androidRajeshmes
androidRajeshmesandroidRajeshmes
androidRajeshmes
 
Smart Phones
Smart PhonesSmart Phones
Smart Phones
 
Windows Phone 7 Trivia
Windows Phone 7 TriviaWindows Phone 7 Trivia
Windows Phone 7 Trivia
 
Device Classification
Device ClassificationDevice Classification
Device Classification
 
How to Recover Deleted Photos from Android
How to Recover Deleted Photos from AndroidHow to Recover Deleted Photos from Android
How to Recover Deleted Photos from Android
 
android Rajeshppt
android Rajeshpptandroid Rajeshppt
android Rajeshppt
 

Similaire à Develop Windows Phone 8 App for Beginner

ANDROID technology
ANDROID technologyANDROID technology
ANDROID technologyMe CREATIONS
 
Operating Systems in Mobile Phones
Operating Systems in Mobile PhonesOperating Systems in Mobile Phones
Operating Systems in Mobile PhonesSasukeJUchiha
 
How smarthpone makes life easier
How smarthpone makes life easierHow smarthpone makes life easier
How smarthpone makes life easierKishan Verma
 
Windows 8 mobile app development
Windows 8 mobile app developmentWindows 8 mobile app development
Windows 8 mobile app developmentTirth Thakkar
 
Android operating system
Android operating systemAndroid operating system
Android operating systemkunthekeshav
 
Mobile Operating System
Mobile Operating SystemMobile Operating System
Mobile Operating SystemNeha Sharma
 
A Complete guide of Windows 8 with its application
A Complete guide of Windows 8 with its applicationA Complete guide of Windows 8 with its application
A Complete guide of Windows 8 with its applicationalva christi
 
IOS vs Android presentation by Saikrishna
IOS vs Android presentation by SaikrishnaIOS vs Android presentation by Saikrishna
IOS vs Android presentation by SaikrishnaSaikrishna Tanguturu
 
Why android os is most popular in world
Why android os is most popular in worldWhy android os is most popular in world
Why android os is most popular in worldBIPUL KUMAR GUPTA
 

Similaire à Develop Windows Phone 8 App for Beginner (20)

ANDROID technology
ANDROID technologyANDROID technology
ANDROID technology
 
Windows mobile
Windows mobileWindows mobile
Windows mobile
 
Window Phone
Window PhoneWindow Phone
Window Phone
 
Android OS by Prasad & Sarang
Android OS by Prasad & SarangAndroid OS by Prasad & Sarang
Android OS by Prasad & Sarang
 
About Windows 8
About Windows 8About Windows 8
About Windows 8
 
MOBILE_OS_New
MOBILE_OS_NewMOBILE_OS_New
MOBILE_OS_New
 
Operating Systems in Mobile Phones
Operating Systems in Mobile PhonesOperating Systems in Mobile Phones
Operating Systems in Mobile Phones
 
How smarthpone makes life easier
How smarthpone makes life easierHow smarthpone makes life easier
How smarthpone makes life easier
 
Windows 8 mobile app development
Windows 8 mobile app developmentWindows 8 mobile app development
Windows 8 mobile app development
 
Android operating system
Android operating systemAndroid operating system
Android operating system
 
Mobile Operating System
Mobile Operating SystemMobile Operating System
Mobile Operating System
 
Introduction to Android Environment
Introduction to Android EnvironmentIntroduction to Android Environment
Introduction to Android Environment
 
Android architecture
Android architectureAndroid architecture
Android architecture
 
Mobile Operating
Mobile OperatingMobile Operating
Mobile Operating
 
B inggris
B inggrisB inggris
B inggris
 
A Complete guide of Windows 8 with its application
A Complete guide of Windows 8 with its applicationA Complete guide of Windows 8 with its application
A Complete guide of Windows 8 with its application
 
IOS vs Android presentation by Saikrishna
IOS vs Android presentation by SaikrishnaIOS vs Android presentation by Saikrishna
IOS vs Android presentation by Saikrishna
 
Module 1
Module 1Module 1
Module 1
 
ppt on Android os- vinit
ppt on Android os- vinitppt on Android os- vinit
ppt on Android os- vinit
 
Why android os is most popular in world
Why android os is most popular in worldWhy android os is most popular in world
Why android os is most popular in world
 

Dernier

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FMESafe Software
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAndrey Devyatkin
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationRadu Cotescu
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MIND CTI
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsJoaquim Jorge
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfsudhanshuwaghmare1
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...DianaGray10
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsRoshan Dwivedi
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...apidays
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Principled Technologies
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024The Digital Insurer
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024SynarionITSolutions
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CVKhem
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)wesley chun
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingEdi Saputra
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?Igalia
 

Dernier (20)

Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024MINDCTI Revenue Release Quarter One 2024
MINDCTI Revenue Release Quarter One 2024
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live StreamsTop 5 Benefits OF Using Muvi Live Paywall For Live Streams
Top 5 Benefits OF Using Muvi Live Paywall For Live Streams
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
Deploy with confidence: VMware Cloud Foundation 5.1 on next gen Dell PowerEdg...
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024Top 10 Most Downloaded Games on Play Store in 2024
Top 10 Most Downloaded Games on Play Store in 2024
 
Real Time Object Detection Using Open CV
Real Time Object Detection Using Open CVReal Time Object Detection Using Open CV
Real Time Object Detection Using Open CV
 
Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)Powerful Google developer tools for immediate impact! (2023-24 C)
Powerful Google developer tools for immediate impact! (2023-24 C)
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost SavingRepurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
Repurposing LNG terminals for Hydrogen Ammonia: Feasibility and Cost Saving
 
A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?A Year of the Servo Reboot: Where Are We Now?
A Year of the Servo Reboot: Where Are We Now?
 

Develop Windows Phone 8 App for Beginner

  • 1. Develop Windows Phone 8 App For Absolute Beginner Presented By Khin Maung Myint (Tbit Solution) Ye Kyaw (Tbit Solution)
  • 2. Window Phone History Windows CE Pocket PC 2000 Pocket PC 2002 Windows Mobile 2003 Windows Mobile 2003 SE Windows Mobile 5 Windows Mobile 6 Windows Mobile 6.1 Windows Mobile 6.5 Windows Mobile 7 Windows Mobile 7.5 Windows Mobile 8
  • 3. Window CE Microsoft Windows CE (known as Windows Embedded Compact) Microsoft's portable devices began with research projects in 1990 Windows Mobile was based on the Windows CE kernel Windows CE officially began in 1992
  • 5. Pocket PC 2000 was released on April 19, 2000 based on Windows CE 3.0 Pocket PC OS had similar appearance to Windows 98, Windows Me & Windows 2000
  • 6. Windows Mobile 2003 was released on June 23, 2003 Windows Mobile 2003 Pocket PC Premium Edition Pocket PC Professional Edition Windows Mobile 2003 for Smartphone and Windows Mobile 2003 for Pocket PC Phone Edition Windows Mobile 2003 SE released on March 24, 2004
  • 7. Windows Mobile 5 was released at Microsoft's Mobile and Embedded Developers Conference 2005 in Las Vegas, May 9–12, 2005 used the .NET Compact Framework 1.0 SP3
  • 8. Windows Mobile 6 released on February 12, 2007 at the 3GSM World Congress 2007 three different versions: Windows Mobile 6 Standard" for Smartphones Windows Mobile 6 Professional" for Pocket PCs Windows Mobile 6 Classic" for Pocket PCs without cellular radios
  • 9. Windows Mobile 6.5 was released to manufacturers on May 11, 2009 This version was designed mainly for easier finger usage 6.5.1 brings larger user interface elements 6.5.3 minor update was announced on February 2, 2010 Sony Ericsson Aspen which was the first phone to use this version 6.5.5 released in January 2010
  • 10. Window Phone 7 Windows Phone 7 is Windows Phone mobile client operating system released worldwide on October 21, 2010 featured a new user interface which combine local & online content via WP's integration with popular social networks such as Facebook, Windows Live, and Twitter Windows Phone 7.5 was released in May 2011
  • 11. Windows Phone 8 second generation of mobile OS released on October 29th, 2012 features interface known as Metro (or Modern UI or design language) Metro is internal code name of a typography-based design language, originally for use in Window Phone. better focus on content of applications.
  • 12. Window Phone 8 Features A mobile operating system operates a smartphone, tablet, PDA, or other digital mobile devices. Modern mobile operating systems combine the features with touchscreen, cellular, Bluetooth, WiFi, GPS mobile navigation, camera, video camera, speech recognition, voice recorder, music player, Near field communication, personal digital assistant (PDA).
  • 13. Window Phone Partnership Nokia announced partnership with Microsoft on February 11, 2011 Windows Phone OS Nokia, HTC, Samsung, Huawei
  • 14. HTC SAMSUMG HUAWEI NOKIA
  • 15. TOP SMARTPHONE OS BY INSTALLED BASE AT END OF 2012 Android . . . about 710 million smartphones in use and 53% of global installed base iOS . . . about 260 million smartphones in use and 19% of global installed base Symbian . . . about 190 million smartphones in use and 14% of global installed base Blackberry . . . 104 million smartphones in use and 8% of global installed base Bada . . . about 30 million smartphones in use and above 2% of global installed base Windows Phone . . . about 20 million smartphones in use and under 2% of global installed base
  • 16. Windows Phone Development Tools Windows 8 64 bits Microsoft Visual Studio 2012 Windows Phone 8 SDK Hardware: 6.5 GB of free hard disk space 4 GB RAM 64-bit (x64) CPU www.microsoft.com/en-us/download/details.aspx?id=35471
  • 17.
  • 18. DEMO Windows Phone 8
  • 19. Isolated Storage Isolated Storage is used to store local data on a Windows Phone 8 phone. storage resources on a phone are limited. so applications should only store necessary data. All I/O operations are restricted to isolated storage and do not have direct access to the underlying operating system file system. Windows Phone has only 10% of storage space remaining, the user will receive a notification of this status and even the whole app can stop working
  • 20. Save File with IsolatedStorage ar appStorage = IsolatedStorageFile.GetUserStoreForApplication(); if (!appStorage.FileExists(filename)) { using (var file = appStorage.CreateFile(filename)) { using (var writer = new StreamWriter(file)) { writer.WriteLine(fileContent); } } }
  • 21. Retrieve File with IsolatedStorage var appStorage = IsolatedStorageFile.GetUserStoreForApplication(); string fileName = "text1.txt";//NavigationContext.QueryString["id"]; using (StreamReader sr = new StreamReader(appStorage.OpenFile(fileName, System.IO.FileMode.Open))) { text1.Text = sr.ReadLine(); }
  • 23.
  • 24. THANK YOU FOR YOUR ATTENTION Q&A