1 / 18

SharePoint on Mobile Devices

SharePoint on Mobile Devices. Chun Liu Singapore. Windows Store App. Support touch and works great with mouse and keyboard Running in the sandbox Support a variety of devices Can be distributed via Windows Store. Windows Phone App. Very unique UI and UX Live tiles and notifications

jaafar
Download Presentation

SharePoint on Mobile Devices

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. SharePoint on Mobile Devices Chun Liu Singapore

  2. Windows Store App • Support touch and works great with mouse and keyboard • Running in the sandbox • Support a variety of devices • Can be distributed via Windows Store

  3. Windows Phone App • Very unique UI and UX • Live tiles and notifications • Familiar programming languages

  4. Programming Languages

  5. Window Store App and Window Phone App • Share a set of common native APIs. • Share a set of common Window Runtime APIs. • Share the same .NET engine. • Similar XAML UI controls.

  6. Why SharePoint? • Bring SharePoint to mobile. • Get your enterprise social network in your pocket. • Make SharePoint even more touch friendly. • Great opportunity for developers. • For fun !!!

  7. Dev Environment • A Windows 8 Pro or Enterprise machine. • For Windows Phone 8 App, Windows 8 x64 Pro and above with Hyper-V enabled. • Visual Studio 2012 • Developing app for on-premise SharePoint 2013, a SharePoint 2013 develop environment is required.

  8. demo Say Hello to the World

  9. SharePoint 2013 API Options

  10. Options: REST and WCF Data Services • Why? • Managed CSOM cannot be used in Windows Store app. • SharePoint Mobile API is only for Windows Phone 7.1 by far. • Results of REST can be returns as ATOM XML or JSON. • Easy to use.

  11. Data binding with MVVM pattern • Retrieve data from SharePoint • Bind data to default view model • Customize template

  12. demo Data binding – SharePoint 2013 WCF Data Services

  13. SharePoint Online - Authentication • Claims based authentication. • Claims can be from multiple IP-STS. • Two cookies are set upon the successful sign-in, FedAuth and rtFA. • The two cookies needs to be passed along with any subsequent requests.

  14. SharePoint Online - Authentication * Developing Windows 8 Store Apps for SharePoint Online with SSO

  15. demo SharePoint Online Authentication – Windows Store App

  16. Other integration points • Contracts • Search • Share • Live Tiles • Notification

  17. Resources • Windows 8 Store Apps + new Office 365 Enterprise Preview • Remote Authentication in SharePoint Online Using Claims-Based Authentication • SPC025 – Bring SharePoint to the Desktop

  18. Thank you to our sponsors

More Related