1 / 16

Developing a Windows Store a pp

Developing a Windows Store a pp. John Sheehan / Kieran Mockford Architects 3-125. Agenda. Intro Write Code Summary. Windows 8. XAML. Desktop Apps. Windows Store Apps. View. HTML JavaScript. C# VB. HTML / CSS. C C++. Model Controller. JavaScript. C C++. C# VB.

cruz-moore
Download Presentation

Developing a Windows Store a pp

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. Developing a Windows Store app John Sheehan / Kieran Mockford Architects 3-125

  2. Agenda • Intro • Write Code • Summary

  3. Windows 8 XAML Desktop Apps Windows Store Apps View HTML JavaScript C# VB HTML / CSS C C++ Model Controller JavaScript C C++ C# VB WinRT APIs Devices & Printing Communication & Data DirectX & Media System Services Application Model .NET SL Internet Explorer Win32 Windows Kernel Services Kernel

  4. Developing a Windows Store app • User Expectations • Live Tile • Search • Capabilities • PLM Code and Markup • Make it an App • Store • Tile • Splash Screen Windows helps make your app predictable to the user Your app has unique value and identity It all starts with your code

  5. Demo – From Code to App

  6. App Execution Environment Your App Core OS Process.exe WinRT APIs Direct API calls Runtime Broker Brokered API calls App Container + Signed & Validated code AppXManifest

  7. Process State Transitions Terminated App Suspending Running App Suspended App Low Resources Resuming

  8. Demo – Giving your app a memory

  9. Developing a Windows Store app • User Expectations • Live Tile • Search • Capabilities • PLM Code and Markup • Be Better • Together • Pickers • Sharing • Protocols Apps amplify each otherby working together • Make it an App • Store • Tile • Splash Screen Windows helps make your app predictable to the user Your app has unique value and identity It all starts with your code

  10. Windows Store App APIs User Interface HTML5/CSS XAML DirectX Controls Data Binding SVG Tiles Input Accessibility Printing Devices Communications & Data Web Contracts Geolocation Portable Sensors NFC Local & Cloud Storage Streams Notifications Media SMS Background Transfer XML Networking Visual Effects Playback Capture PlayTo Fundamentals Application Services Threading/Timers Memory Management Authentication Cryptography Globalization

  11. Demo – Working well with others

  12. Review • User Expectations • Live Tile • Search • Capabilities • PLM Code and Markup • Be Better • Together • Pickers • Sharing • Protocols Apps amplify each otherby working together • Make it an App • Store • Tile • Splash Screen Windows helps make your app predictable to the user Your app has unique value and identity It all starts with your code

  13. Backup

  14. Developing a Windows Store app • Integrate with • Windows • Live Tile • Search • Capabilities • PLM Code and Markup • Be Better • Together • Pickers • Sharing • Protocols Apps amplify each otherby working together • Make it an App • Store • Tile • Splash Screen Windows helps make your app predictable to the user Your app has unique value and identity It all starts with your code

  15. Resources • Develop: http://msdn.microsoft.com/en-US/windows/apps/br229512 • Design: http://design.windows.com/ • Samples: http://code.msdn.microsoft.com/windowsapps/Windows-8-Modern-Style-App-Samples • Videos: http://channel9.msdn.com/Windows Please submit session evals by using the Build Windows 8 app or at http://aka.ms/BuildSessions

More Related