Easy programmatic access to the file system, file type associations, and new system UI controls for opening files Simple integration with the file.

Slides:



Advertisements
Similar presentations
Technical Training SW GT-S5250 (Scotia)
Advertisements

By: All Business Consulting …delivering your route to success!
Designing Enterprise Mobility Cortado Corporate Server.
NEOVideo Mobile Content Distribution Platform. __________________ Monetise Video On Mobile Easily!
Interview Room Recorder IR2. Interview Room Recorder IR2 is designed to make the interview process easier to record, facilitate, annotate, and export.
Developing for Windows 8/WinRT Session 4 Fundamentals Kevin Stumpf.
Windows 8 Tips & Tricks for XAML based Windows Store App Ronnie Saurenmann Microsoft
Platform for building Windows Store Apps Agu Suur Frontend Developer Axinom.
Network and Server Basics. 6/1/20152 Learning Objectives After viewing this presentation, you will be able to: Understand the benefits of a client/server.
The Online Library Environment Projects and Challenges at The University of Alabama Libraries Jason J. Battles Head, Web Services Department.
DeVry University Donelle Vance. GRAB - The Cross Platform iPhone, iPad & Android Phone Sharing Application August 2011.
Android Application Development. Agenda  Android Business Model  Why Android  Android application market space  Market Segments & Target customers.
School Management Software
Accelerating innovation in home technology Ratul Mahajan.
Advanced Windows 8 Apps Using JavaScript Jump Start Exam Prep Advanced Windows 8 Apps Using JavaScript Jeremy Foster Microsoft Developer Evangelist.
Windows 8 empowers you to build apps that can seamlessly adapt to your customer’s environment using sensors and location.
Company/Product Overview. You have lots of files all over the place.
FREE digital magazines from your library! Complete digital magazines Popular publications Ask a library staff member how you can join in today! The digital.
Platform for Metro Style Apps Michael Platt Senior Director Microsoft Corp.
What’s new for Windows 8 Devs Part 3 Lewis Benge Devices & Integration Team TBWA\Digital Arts Network DEV216.
©Kwan Sai Kit, All Rights Reserved Windows Small Business Server 2003 Features.
Operating System Basics section 6A. This lesson includes the following sections: Running Programs Managing Files Managing Hardware Utility Software.
The 1:1 meeting scheduler that runs itself The 1:1 meeting scheduler that runs itself.
Integrating halFILE halScrapeLookups halFILE API hfShow.
Additional Scenarios Harry Indig, PMP Automatically recognized pattern from list and proposes fill.
Storage Device Design Pattern JEFF MEISSNER; KEN HARDY Windows Program Management.
 Google Apps for Business Lucas Angell Thy Chau Laura Graham Beza Negash "Build" your business with Google Apps video.
Chief Architect & CEO Secure online storage for employees.
1 © Xchanging 2010 no part of this document may be circulated, quoted or reproduced without prior written approval of Xchanging. MOSS Training – UI customization.
SharePoint 2013 Creation of Lists (and useful application of them)
| | Top 4 Benefits of Hybrid Mobile Apps.
PAYWARE MOBILE API – APP TO APP INTEGRATION. PAYWARE MOBILE API OVERVIEW VeriFone’s PAYware Mobile API provides iPhone developers the ability to easily.
Google “Takeout” Demonstration Presented By Bonnie Parham CIS282AF Oct 4, 2012.
User and Device Management
Page 1 of 45 BIOS & Software | © 2008 Lenovo Lenovo Confidential Lenovo Confidential Lenovo Confidential Lenovo Confidential Lenovo Confidential Please.
web Metadata Properties Thumbnails Properties by Kind MRU Change Notifications Bulk Access File broker functions Search Deep/Shallow Enumeration.
By Mr Mohammed. Objectives Describe what a client/server network is Some students will be able to explain the difference between the two networks along.
Transfer Files from iPhone to Mac From:
Network and Server Basics. Learning Objectives After viewing this presentation, you will be able to: Understand the benefits of a client/server network.
11/12/ :06 PM © Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY, AS TO THE INFORMATION IN.
WorkDiff Mobile, Scenario-Based Collaboration Solution WorkDiff Allows Users to Work Differently While Using Familiar Functions of Microsoft Office 365.
Contract Lifecycle Management In the Disruptive Age
Configuration and Monitoring
Erik Hanley David Dempsey
Microsoft /4/2018 8:21 AM BRK3082 Build solutions and apps with Microsoft OneDrive API and Microsoft Graph API Ryan Gregg Principal Program Manger,
EDMS / ERM Case Study - SWFWMD -
Simple Add-Ons from Disus
IWRITER 365 Offers Seamless, Easy-to-Use Solution for Using, Designing, Managing, and Sharing All Your Company Templates in Microsoft Office 365 OFFICE.
Building a great Metro style device app for your printer
Security in Windows Store apps
Incredible Benefits Of Mobile Application Development For Your Business.
Microsoft Build /17/2018 5:42 PM © 2016 Microsoft Corporation. All rights reserved. MICROSOFT MAKES NO WARRANTIES, EXPRESS, IMPLIED OR STATUTORY,
Build /19/2018 © 2012 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Printing solution for libraries.
Presented by Sharper Training Solutions, Inc.
FenyaSTX : Stock Transfer Made Easy
TechEd /2/2018 5:42 PM © 2013 Microsoft Corporation. All rights reserved. Microsoft, Windows, and other product names are or may be registered trademarks.
Search: integrating into the Windows 8 search experience
Using connected devices in Metro style apps
Replace with Application Image
Modular Object Scanning Technology (MOST)
Device Apps Joseph Ngari| Program Manager.
The 1st International Open Science Conference
K!M SAA LOGICAL SECURITY Strong Adaptive Authentication
Data Preservation During Upgrades
ANDROID. There are so many applications that run well today on various android mobile devices and different-2 languages can be used for designing such.
Device Access Tomas Lukša.
COMPLETE BUSINESS TEXTING SOLUTION
norton.com/setup - Considering the requirement of antivirus and anti-malware on all web-enabled devices in today's.
Cisco Webex Meetings vs Cisco Webex Teams
Presentation transcript:

Easy programmatic access to the file system, file type associations, and new system UI controls for opening files Simple integration with the file system and connected devices like webcams and location sensors New declarative access model for PC resources that shows users app capabilities prior to purchase

Capabilities in the Store

Users are notified about which capabilities an app declares as part of their app Store acquisition Ensure that requested capabilities match customer expectations Users can also easily enable or disable access to sensitive devices via the Settings Charm for each app File type associations are also declarative, and users can select their preferred applications for each file type

Suspect capabilities This app could use your: Location Documents Library Webcam Microphone

Manifest Designer

Programmatic access to files and folders

// Receive activation. function onActivatedHandler(eventArgs) { if (eventArgs.kind == Windows.ApplicationModel.Activation.ActivationKind.file) { //...

Device capabilities

Simple integration with native and specialized devices Declarative access model for common device classes Webcam and microphone Location Proximity SMS And others… User consent model for sensitive device classes

Recap