SlideShare une entreprise Scribd logo
1  sur  50
Mobile (App) Development with Sitecore
From mobile no no, to mobile go go
Presented by // Pieter Brinkman || @pieterbrink123
12 juni 2015
Why talk about Mobile?
The numbers don’t lie
More people own a mobile device than a pc/laptop!
4
5
There are 3bn connected people
on the planet.The next billion
will be mostly mobile only.
- Harvard Business Review
6
More people have a
mobile phone than
toilets
- U.N. Study Shows
7
All these mobile
devices made the
world a less social
place?
8
The world today is not so different!
9
past present
The world today is not so different!
10
past present
The world today is not so different!
11
past present
The world today is not so different!
12
past present
The world today is not so different!
13
past present
The world today is not so different!
14
past present
The world today is not so different!
15
past present
The world today is not so different!
16
past present
The world today is not so different!
17
past present
The world today is not so different!
18
past present
So Is the world a less social place?
Probably not, the world became more connected.
We need to focus on the mobile device!
20
21
All digital experience is mobile
Mobile is how,
when and
where digital
interactions
occur
Websites
Apps
Commerce
Email
SMS
Social
Media
We need to understand the
importance of the experience of
the mobile interactions, having a
bad experience will instantly end
the conversation with your visitors.
My mobile experience
22
Devices/OS
Development
2002 now20102006 2008
WAP WP XAML Xamarin
Perfect! Let’s start!
23
3 questions I had asked myself before starting my mobile journey:
1. How does Sitecore see Mobile?
2. What is the value of Sitecore in the App space?
3. There are numerous of different mobile technologies I can use.What technology should
I choose and is supported by Sitecore?
How does Sitecore see Mobile?
25
“Mobile is critical to
delivering digital customer
experience, and Sitecore is
committed to helping our
customers fully leverage
both the mobile web
opportunity and now also
mobile apps”
- Darren Guarnaccia,
Sitecore Chief Strategy Officer
2.What is the value of Sitecore in the App space?
26
Benefits
• Apps connect directly to Sitecore content and allows marketers direct control over the in-app
experience like they do today with the web
• Apps can fetch updated online content without having to go through the typical app marketplace
deployment process, putting content in customers hands faster
Examples
• Great for line of business apps with a web counterpart
• Real potential for all types of apps that need strong content governance
• 1 game? Probably not
• Lots of games?Yes, for common content and consistent functionality
3.What mobile technology should I choose and is supported by Sitecore?
27
Responsive web
SC Products &Technology
• Sitecore XP
• HTML, JS and CSS
Adaptive mobile web
SC Products &Technology
• Sitecore XP
• Device detection
• Mobile HTML5
Platform specific
native apps
SC Products &Technology
• Sitecore XP
• ItemWebAPI
• Device specific SDK; iOS,
Android,Windows Mobile
Cross platform
native apps
SC Products &Technology
• Sitecore XP
• ItemWebAPI
• Mobile SDK for Xamarin
Pros
+ Easy development
+ Device specific content
+ Centralized updates
+ Access to device features
Pros
+ Device experience
+ Access to native API
+ Faster app performance
+ AppStore distribution &
payment
Pros
+ Device experience
+ Access to nativeAPI
+ Faster app performance
+ AppStore distribution
+ Centralized updates
+ Single codebase
Cons
- No access to native API
- Browser experience
- Basic UI
- Content re-usage
Cons
- No access to nativeAPI
- Browser experience
- Basic UI
Pros
+ Easy development
+ Works across every
channel
+ Centralized updates
Cons
- Device specific
development
- De-centralized updates
- Multiple code bases
Cons
- Additional development
costs
Sitecore mobile SDK family
Sitecore Mobile
SDK .NET PCL
Windows
Sitecore Mobile
SDK Android
Android
Sitecore Mobile
SDK iOS
Sitecore Mobile SDK
Xamarin Forms PCL
iOS
Android
.NET
28
Platform Specific native app Cross platform native appsOr
iOS
Xamarin
Why Xamarin?
• Xamarin cross-platform compilers and tools provide development advantages in C#
usually reserved for C++
• Develop apps inVisual Studio
• Share code between native apps on different platforms saving time and money
• Native apps look and perform great
30
What do you need for Xamarin App development?
• Xamarin Studio (free for individuals ) – C# IDE forWindows and Mac
• Visual Studio integration ($999 year subscription per device platform)
• Build and debug iOS and Android apps directly fromVisual Studio
• Xamarin license required - 30 day trial
• Android SDK & Emulators (free from Google) and/or Xamarin Mac build agent (required
for iOS apps)
• Xcode and Apple iOS developer subscription (required for iOS apps)
 99$ USD / year subscription
• Pay close attention to my lessons learned at the end
31
Your project
UI projects
Xamarin project organization
32
Your project
Core library
Sitecore Mobile SDK for Xamarin
• Single package on NuGet (also available in the Xamarin Store)
• Powered by the Mobile SDK for .NET portable class library (PCL)
33
PortableClass Library in .Net
• the Portable Class Library (PCL) allows
the targeting of a set of platforms.
• It’s similar concept as within Xamarin,
but only supports .Net framework.
• Windows moves towards the Internet
ofThings (IOT) mindset huge potential.
• Sitecore mobile SDK for .Net can be
compiled along with any application
that targets the Microsoft PCL
• Xamarin = target framework
34
Sitecore Mobile SDK for .Net
35
Sitecore Mobile SDK for .Net
Request builder
ItemWebApiRequest
ScApiSession
Developer
Sitecore
Instance
to create
Item Objects Response
HTTP Request
Sitecore ItemWeb API 1.0
HTTP Response
Sitecore ItemWeb API
2.0
Demo: Hello mobile world!
Did I become a mobile Go Go?
10 lessons learned
39
Start with building a
console app
Tutorial on doc.sitecore.net
1
40
Want to experiment with
Xamarin?
Install it on a virtual machine.
2 2.
41
Xamarin has a 30
day trial!
3
42
Tutorials;
Read first, than execute
4
43
• 100% cross device compatible
• Work with Xamarin UI components
that are consistent across devices
• Developers work with XAML and C#
Start with Xamarin.Forms
5
44
UseVisual Studio
for development
onWindows
6
45
To Develop an iOS App you need a MAC
With Mac OSx installed…
7
46
You can buildWindows 8
(andWP) App with the
mobile SDK andVisual
Studio.
(Without the need of Xamarin
8
47
Learn more cross-
platform development
patterns; MVVM and
MVC
9
48
Sitecore Mobile SDK is
an abstraction layer that
ensures backward
compatible integration
with Sitecore for your
apps.
10
What’s next
49
1. Go and see Mark van Aalst his session today.
2. Follow the console app tutorial from
doc.sitecore.net (no Xamarin required).
3. Start reading about MVC and MVVM.
4. Now build an simple app; either Windows 8 app without the use of Xamari or anAndroid/Ios app
with Xamarin
5. Have questions?Ask your questions using the tag ‘Mobile SDK’ on
community.sitecore.net
50
Questions?
@pieterbrink123
Do you have more questions ?
Go to community.sitecore.net
1750+ professionals are there to help you

Contenu connexe

Tendances

Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...SlideTeam
 
مقدمة عن أندرويد
مقدمة عن أندرويدمقدمة عن أندرويد
مقدمة عن أندرويدahmed_hassan
 
Introduction to sitecore identity
Introduction to sitecore identityIntroduction to sitecore identity
Introduction to sitecore identityGopikrishna Gujjula
 
The Rise Of Low-Code And No-Code Platforms And Its Future | SynergyTop
The Rise Of Low-Code And No-Code Platforms And Its Future | SynergyTopThe Rise Of Low-Code And No-Code Platforms And Its Future | SynergyTop
The Rise Of Low-Code And No-Code Platforms And Its Future | SynergyTopSynergyTop Inc
 
Mobile Application Testing
Mobile Application TestingMobile Application Testing
Mobile Application TestingSWAAM Tech
 
Building beautiful apps with Google flutter
Building beautiful apps with Google flutterBuilding beautiful apps with Google flutter
Building beautiful apps with Google flutterAhmed Abu Eldahab
 
A Brief Introduction to a Digital Experience Platform (DXP)
A Brief Introduction to a Digital Experience Platform (DXP)A Brief Introduction to a Digital Experience Platform (DXP)
A Brief Introduction to a Digital Experience Platform (DXP)Pimcore
 
Flutter 踩雷心得
Flutter 踩雷心得Flutter 踩雷心得
Flutter 踩雷心得Weizhong Yang
 
DevOps Powerpoint Presentation Slides
DevOps Powerpoint Presentation SlidesDevOps Powerpoint Presentation Slides
DevOps Powerpoint Presentation SlidesSlideTeam
 
Getting started with flutter
Getting started with flutterGetting started with flutter
Getting started with flutterrihannakedy
 
9 reasons why low code no-code platform is the best choice for increasing ado...
9 reasons why low code no-code platform is the best choice for increasing ado...9 reasons why low code no-code platform is the best choice for increasing ado...
9 reasons why low code no-code platform is the best choice for increasing ado...Enterprise Bot
 
Low code application platforms
Low code application platformsLow code application platforms
Low code application platformsMatthew Weaver
 
RitZBox-A file Sharing system
RitZBox-A file Sharing systemRitZBox-A file Sharing system
RitZBox-A file Sharing systemSubham Sahu
 
Edureka-DevOps-Ebook.pdf
Edureka-DevOps-Ebook.pdfEdureka-DevOps-Ebook.pdf
Edureka-DevOps-Ebook.pdfrelekarsushant
 
12 factor app an introduction
12 factor app an introduction12 factor app an introduction
12 factor app an introductionKrishna-Kumar
 
Native, Web or Hybrid Mobile App Development?
Native, Web or Hybrid Mobile App Development?Native, Web or Hybrid Mobile App Development?
Native, Web or Hybrid Mobile App Development?Sura Gonzalez
 
Introduction to mobile application development
Introduction to mobile application developmentIntroduction to mobile application development
Introduction to mobile application developmentChandan Maurya
 

Tendances (20)

Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
Devops Strategy Roadmap Lifecycle Ppt Powerpoint Presentation Slides Complete...
 
مقدمة عن أندرويد
مقدمة عن أندرويدمقدمة عن أندرويد
مقدمة عن أندرويد
 
Introduction to sitecore identity
Introduction to sitecore identityIntroduction to sitecore identity
Introduction to sitecore identity
 
The Rise Of Low-Code And No-Code Platforms And Its Future | SynergyTop
The Rise Of Low-Code And No-Code Platforms And Its Future | SynergyTopThe Rise Of Low-Code And No-Code Platforms And Its Future | SynergyTop
The Rise Of Low-Code And No-Code Platforms And Its Future | SynergyTop
 
Mobile Application Testing
Mobile Application TestingMobile Application Testing
Mobile Application Testing
 
Automatic documentation with mule
Automatic documentation with mule Automatic documentation with mule
Automatic documentation with mule
 
Building beautiful apps with Google flutter
Building beautiful apps with Google flutterBuilding beautiful apps with Google flutter
Building beautiful apps with Google flutter
 
Flutter
FlutterFlutter
Flutter
 
A Brief Introduction to a Digital Experience Platform (DXP)
A Brief Introduction to a Digital Experience Platform (DXP)A Brief Introduction to a Digital Experience Platform (DXP)
A Brief Introduction to a Digital Experience Platform (DXP)
 
Flutter 踩雷心得
Flutter 踩雷心得Flutter 踩雷心得
Flutter 踩雷心得
 
DevOps Powerpoint Presentation Slides
DevOps Powerpoint Presentation SlidesDevOps Powerpoint Presentation Slides
DevOps Powerpoint Presentation Slides
 
Getting started with flutter
Getting started with flutterGetting started with flutter
Getting started with flutter
 
9 reasons why low code no-code platform is the best choice for increasing ado...
9 reasons why low code no-code platform is the best choice for increasing ado...9 reasons why low code no-code platform is the best choice for increasing ado...
9 reasons why low code no-code platform is the best choice for increasing ado...
 
Devops | CICD Pipeline
Devops | CICD PipelineDevops | CICD Pipeline
Devops | CICD Pipeline
 
Low code application platforms
Low code application platformsLow code application platforms
Low code application platforms
 
RitZBox-A file Sharing system
RitZBox-A file Sharing systemRitZBox-A file Sharing system
RitZBox-A file Sharing system
 
Edureka-DevOps-Ebook.pdf
Edureka-DevOps-Ebook.pdfEdureka-DevOps-Ebook.pdf
Edureka-DevOps-Ebook.pdf
 
12 factor app an introduction
12 factor app an introduction12 factor app an introduction
12 factor app an introduction
 
Native, Web or Hybrid Mobile App Development?
Native, Web or Hybrid Mobile App Development?Native, Web or Hybrid Mobile App Development?
Native, Web or Hybrid Mobile App Development?
 
Introduction to mobile application development
Introduction to mobile application developmentIntroduction to mobile application development
Introduction to mobile application development
 

En vedette

Speed to Advocacy: The New Measure of Customer Experience Excellence
Speed to Advocacy: The New Measure of Customer Experience ExcellenceSpeed to Advocacy: The New Measure of Customer Experience Excellence
Speed to Advocacy: The New Measure of Customer Experience ExcellenceBill Hobbib
 
Understanding the Sitecore Architecture
Understanding the Sitecore ArchitectureUnderstanding the Sitecore Architecture
Understanding the Sitecore ArchitecturePieter Brinkman
 
Provoke: Achieving enhanced personalisation through big data – David Sigerson...
Provoke: Achieving enhanced personalisation through big data – David Sigerson...Provoke: Achieving enhanced personalisation through big data – David Sigerson...
Provoke: Achieving enhanced personalisation through big data – David Sigerson...Mando
 
Creating personalized cross platform mobile apps with the Sitecore Mobile SDK
Creating personalized cross platform mobile apps with the Sitecore Mobile SDKCreating personalized cross platform mobile apps with the Sitecore Mobile SDK
Creating personalized cross platform mobile apps with the Sitecore Mobile SDKMark van Aalst
 
Serious About Your App Marketing? Here Are Your Must Have SDKs
Serious About Your App Marketing? Here Are Your Must Have SDKsSerious About Your App Marketing? Here Are Your Must Have SDKs
Serious About Your App Marketing? Here Are Your Must Have SDKsSafeDK
 
Enough with the Mobile SDK Mess: A New Technology Is Born
Enough with the Mobile SDK Mess: A New Technology Is BornEnough with the Mobile SDK Mess: A New Technology Is Born
Enough with the Mobile SDK Mess: A New Technology Is BornSafeDK
 
Sitecore 7 first look by Pieter Brinkman (Dutch)
Sitecore 7 first look by Pieter Brinkman (Dutch)Sitecore 7 first look by Pieter Brinkman (Dutch)
Sitecore 7 first look by Pieter Brinkman (Dutch)Pieter Brinkman
 
Sitecore 7.5 xDB oh(No)SQL - Where is the data at?
Sitecore 7.5 xDB oh(No)SQL - Where is the data at?Sitecore 7.5 xDB oh(No)SQL - Where is the data at?
Sitecore 7.5 xDB oh(No)SQL - Where is the data at?Pieter Brinkman
 
Community - Technical Keynote - Sitecore Symposium 2016
Community -  Technical Keynote - Sitecore Symposium 2016Community -  Technical Keynote - Sitecore Symposium 2016
Community - Technical Keynote - Sitecore Symposium 2016Pieter Brinkman
 
Push Notifications for Websites
Push Notifications for WebsitesPush Notifications for Websites
Push Notifications for WebsitesRoost
 
#Winning with Sitecore
#Winning with Sitecore#Winning with Sitecore
#Winning with SitecoreSagittarius
 
Sitecore 7; What's in it for you?
Sitecore 7; What's in it for you? Sitecore 7; What's in it for you?
Sitecore 7; What's in it for you? Pieter Brinkman
 
Personalising Customer Experiences Through Analytics
Personalising Customer Experiences Through AnalyticsPersonalising Customer Experiences Through Analytics
Personalising Customer Experiences Through AnalyticsSagittarius
 
Provoke: Case study - digital transformation for Robinsons Brewery
Provoke: Case study - digital transformation for Robinsons Brewery Provoke: Case study - digital transformation for Robinsons Brewery
Provoke: Case study - digital transformation for Robinsons Brewery Mando
 
Sitecore Symposium: DMS Where is the data at?
Sitecore Symposium: DMS Where is the data at?Sitecore Symposium: DMS Where is the data at?
Sitecore Symposium: DMS Where is the data at?Pieter Brinkman
 
What is digital personalisation in Travel and why should I care? Travel Techn...
What is digital personalisation in Travel and why should I care? Travel Techn...What is digital personalisation in Travel and why should I care? Travel Techn...
What is digital personalisation in Travel and why should I care? Travel Techn...Sagittarius
 
Costa Farms Case Study : Azure IoT Hub, Azure Functions
Costa Farms Case Study : Azure IoT Hub, Azure FunctionsCosta Farms Case Study : Azure IoT Hub, Azure Functions
Costa Farms Case Study : Azure IoT Hub, Azure FunctionsJoe Raio
 

En vedette (20)

Speed to Advocacy: The New Measure of Customer Experience Excellence
Speed to Advocacy: The New Measure of Customer Experience ExcellenceSpeed to Advocacy: The New Measure of Customer Experience Excellence
Speed to Advocacy: The New Measure of Customer Experience Excellence
 
Understanding the Sitecore Architecture
Understanding the Sitecore ArchitectureUnderstanding the Sitecore Architecture
Understanding the Sitecore Architecture
 
Provoke: Achieving enhanced personalisation through big data – David Sigerson...
Provoke: Achieving enhanced personalisation through big data – David Sigerson...Provoke: Achieving enhanced personalisation through big data – David Sigerson...
Provoke: Achieving enhanced personalisation through big data – David Sigerson...
 
Creating personalized cross platform mobile apps with the Sitecore Mobile SDK
Creating personalized cross platform mobile apps with the Sitecore Mobile SDKCreating personalized cross platform mobile apps with the Sitecore Mobile SDK
Creating personalized cross platform mobile apps with the Sitecore Mobile SDK
 
Power Mobile Apps with Sitecore
Power Mobile Apps with SitecorePower Mobile Apps with Sitecore
Power Mobile Apps with Sitecore
 
Serious About Your App Marketing? Here Are Your Must Have SDKs
Serious About Your App Marketing? Here Are Your Must Have SDKsSerious About Your App Marketing? Here Are Your Must Have SDKs
Serious About Your App Marketing? Here Are Your Must Have SDKs
 
Enough with the Mobile SDK Mess: A New Technology Is Born
Enough with the Mobile SDK Mess: A New Technology Is BornEnough with the Mobile SDK Mess: A New Technology Is Born
Enough with the Mobile SDK Mess: A New Technology Is Born
 
Why apps
Why appsWhy apps
Why apps
 
Sitecore 7 first look by Pieter Brinkman (Dutch)
Sitecore 7 first look by Pieter Brinkman (Dutch)Sitecore 7 first look by Pieter Brinkman (Dutch)
Sitecore 7 first look by Pieter Brinkman (Dutch)
 
Sitecore 7.5 xDB oh(No)SQL - Where is the data at?
Sitecore 7.5 xDB oh(No)SQL - Where is the data at?Sitecore 7.5 xDB oh(No)SQL - Where is the data at?
Sitecore 7.5 xDB oh(No)SQL - Where is the data at?
 
Community - Technical Keynote - Sitecore Symposium 2016
Community -  Technical Keynote - Sitecore Symposium 2016Community -  Technical Keynote - Sitecore Symposium 2016
Community - Technical Keynote - Sitecore Symposium 2016
 
Push Notifications for Websites
Push Notifications for WebsitesPush Notifications for Websites
Push Notifications for Websites
 
#Winning with Sitecore
#Winning with Sitecore#Winning with Sitecore
#Winning with Sitecore
 
Neyy
NeyyNeyy
Neyy
 
Sitecore 7; What's in it for you?
Sitecore 7; What's in it for you? Sitecore 7; What's in it for you?
Sitecore 7; What's in it for you?
 
Personalising Customer Experiences Through Analytics
Personalising Customer Experiences Through AnalyticsPersonalising Customer Experiences Through Analytics
Personalising Customer Experiences Through Analytics
 
Provoke: Case study - digital transformation for Robinsons Brewery
Provoke: Case study - digital transformation for Robinsons Brewery Provoke: Case study - digital transformation for Robinsons Brewery
Provoke: Case study - digital transformation for Robinsons Brewery
 
Sitecore Symposium: DMS Where is the data at?
Sitecore Symposium: DMS Where is the data at?Sitecore Symposium: DMS Where is the data at?
Sitecore Symposium: DMS Where is the data at?
 
What is digital personalisation in Travel and why should I care? Travel Techn...
What is digital personalisation in Travel and why should I care? Travel Techn...What is digital personalisation in Travel and why should I care? Travel Techn...
What is digital personalisation in Travel and why should I care? Travel Techn...
 
Costa Farms Case Study : Azure IoT Hub, Azure Functions
Costa Farms Case Study : Azure IoT Hub, Azure FunctionsCosta Farms Case Study : Azure IoT Hub, Azure Functions
Costa Farms Case Study : Azure IoT Hub, Azure Functions
 

Similaire à Mobile (App) Development with Sitecore

Pieter Brinkman - My first mobile experience From mobile no no, to mobile go ...
Pieter Brinkman - My first mobile experienceFrom mobile no no, to mobile go ...Pieter Brinkman - My first mobile experienceFrom mobile no no, to mobile go ...
Pieter Brinkman - My first mobile experience From mobile no no, to mobile go ...SUGCON
 
News scavenger a SharePoint and Apps Story
News scavenger  a SharePoint and Apps StoryNews scavenger  a SharePoint and Apps Story
News scavenger a SharePoint and Apps StoryInnoTech
 
Why Do Mobile Projects Fail?
Why Do Mobile Projects Fail?Why Do Mobile Projects Fail?
Why Do Mobile Projects Fail?Indiginox
 
Mobile developement
Mobile developementMobile developement
Mobile developementLilia Sfaxi
 
Cross Platform Mobile Development
Cross Platform Mobile DevelopmentCross Platform Mobile Development
Cross Platform Mobile DevelopmentManesh Lad
 
Cross Platform Mobile App Development
Cross Platform Mobile App DevelopmentCross Platform Mobile App Development
Cross Platform Mobile App DevelopmentSynerzip
 
Simon Bates, Manifesto Digital - Mobile Application Development: Past, Presen...
Simon Bates, Manifesto Digital - Mobile Application Development: Past, Presen...Simon Bates, Manifesto Digital - Mobile Application Development: Past, Presen...
Simon Bates, Manifesto Digital - Mobile Application Development: Past, Presen...Simon Bates
 
What is Happening in the "App Factory"?
What is Happening in the "App Factory"?What is Happening in the "App Factory"?
What is Happening in the "App Factory"?Ciklum Ukraine
 
Mobile Development: HTML5 Vs. Native
Mobile Development: HTML5 Vs. NativeMobile Development: HTML5 Vs. Native
Mobile Development: HTML5 Vs. NativeSynerzip
 
Future of Mobile Web Application and Web App Store
Future of Mobile Web Application and Web App StoreFuture of Mobile Web Application and Web App Store
Future of Mobile Web Application and Web App StoreJonathan Jeon
 
Ibm worklight - going from xpages mobile to native mobile applications
Ibm worklight - going from xpages mobile to native mobile applicationsIbm worklight - going from xpages mobile to native mobile applications
Ibm worklight - going from xpages mobile to native mobile applicationsMark Roden
 
The Importance of Cross Platform Technology
The Importance of Cross Platform TechnologyThe Importance of Cross Platform Technology
The Importance of Cross Platform TechnologyOlivia2590
 
appMobi HTML5 Gaming
appMobi HTML5 GamingappMobi HTML5 Gaming
appMobi HTML5 GamingAndrew Smith
 
Building Mobile Apps with Cordova , AngularJS and Ionic
Building Mobile Apps with Cordova , AngularJS and IonicBuilding Mobile Apps with Cordova , AngularJS and Ionic
Building Mobile Apps with Cordova , AngularJS and IonicKadhem Soltani
 
Leverage web technology in a mobile world
Leverage web technology in a mobile worldLeverage web technology in a mobile world
Leverage web technology in a mobile worldDieter Blomme
 
Mobility today & what's next. Application ecosystems.
Mobility today & what's next.Application ecosystems.Mobility today & what's next.Application ecosystems.
Mobility today & what's next. Application ecosystems.Petru Jucovschi
 
MyAppConverter DroidconUK 2014
MyAppConverter DroidconUK 2014MyAppConverter DroidconUK 2014
MyAppConverter DroidconUK 2014myappconverter
 

Similaire à Mobile (App) Development with Sitecore (20)

Pieter Brinkman - My first mobile experience From mobile no no, to mobile go ...
Pieter Brinkman - My first mobile experienceFrom mobile no no, to mobile go ...Pieter Brinkman - My first mobile experienceFrom mobile no no, to mobile go ...
Pieter Brinkman - My first mobile experience From mobile no no, to mobile go ...
 
News scavenger a SharePoint and Apps Story
News scavenger  a SharePoint and Apps StoryNews scavenger  a SharePoint and Apps Story
News scavenger a SharePoint and Apps Story
 
Why Do Mobile Projects Fail?
Why Do Mobile Projects Fail?Why Do Mobile Projects Fail?
Why Do Mobile Projects Fail?
 
Mobile developement
Mobile developementMobile developement
Mobile developement
 
Mobile web development
Mobile web development Mobile web development
Mobile web development
 
Cross Platform Mobile Development
Cross Platform Mobile DevelopmentCross Platform Mobile Development
Cross Platform Mobile Development
 
Cross Platform Mobile App Development
Cross Platform Mobile App DevelopmentCross Platform Mobile App Development
Cross Platform Mobile App Development
 
Simon Bates, Manifesto Digital - Mobile Application Development: Past, Presen...
Simon Bates, Manifesto Digital - Mobile Application Development: Past, Presen...Simon Bates, Manifesto Digital - Mobile Application Development: Past, Presen...
Simon Bates, Manifesto Digital - Mobile Application Development: Past, Presen...
 
What is Happening in the "App Factory"?
What is Happening in the "App Factory"?What is Happening in the "App Factory"?
What is Happening in the "App Factory"?
 
Mobile Development: HTML5 Vs. Native
Mobile Development: HTML5 Vs. NativeMobile Development: HTML5 Vs. Native
Mobile Development: HTML5 Vs. Native
 
Technology Trend 2018
Technology Trend 2018Technology Trend 2018
Technology Trend 2018
 
Introduction to xamarin
Introduction to xamarinIntroduction to xamarin
Introduction to xamarin
 
Future of Mobile Web Application and Web App Store
Future of Mobile Web Application and Web App StoreFuture of Mobile Web Application and Web App Store
Future of Mobile Web Application and Web App Store
 
Ibm worklight - going from xpages mobile to native mobile applications
Ibm worklight - going from xpages mobile to native mobile applicationsIbm worklight - going from xpages mobile to native mobile applications
Ibm worklight - going from xpages mobile to native mobile applications
 
The Importance of Cross Platform Technology
The Importance of Cross Platform TechnologyThe Importance of Cross Platform Technology
The Importance of Cross Platform Technology
 
appMobi HTML5 Gaming
appMobi HTML5 GamingappMobi HTML5 Gaming
appMobi HTML5 Gaming
 
Building Mobile Apps with Cordova , AngularJS and Ionic
Building Mobile Apps with Cordova , AngularJS and IonicBuilding Mobile Apps with Cordova , AngularJS and Ionic
Building Mobile Apps with Cordova , AngularJS and Ionic
 
Leverage web technology in a mobile world
Leverage web technology in a mobile worldLeverage web technology in a mobile world
Leverage web technology in a mobile world
 
Mobility today & what's next. Application ecosystems.
Mobility today & what's next.Application ecosystems.Mobility today & what's next.Application ecosystems.
Mobility today & what's next. Application ecosystems.
 
MyAppConverter DroidconUK 2014
MyAppConverter DroidconUK 2014MyAppConverter DroidconUK 2014
MyAppConverter DroidconUK 2014
 

Plus de Pieter Brinkman

Digital Experience is a teamsport - Sitecore User Group Conference keynote
Digital Experience is a teamsport - Sitecore User Group Conference keynoteDigital Experience is a teamsport - Sitecore User Group Conference keynote
Digital Experience is a teamsport - Sitecore User Group Conference keynotePieter Brinkman
 
Developer Marketing in B2B SaaS where the developer is not the buyer authorit...
Developer Marketing in B2B SaaS where the developer is not the buyer authorit...Developer Marketing in B2B SaaS where the developer is not the buyer authorit...
Developer Marketing in B2B SaaS where the developer is not the buyer authorit...Pieter Brinkman
 
Why marketers are the real winners with Sitecore XM Cloud
Why marketers are the real winners with Sitecore XM CloudWhy marketers are the real winners with Sitecore XM Cloud
Why marketers are the real winners with Sitecore XM CloudPieter Brinkman
 
Architects Guide to SaaS migration (SUGCON EU 2022 keynote)
Architects Guide to SaaS migration (SUGCON EU 2022 keynote)Architects Guide to SaaS migration (SUGCON EU 2022 keynote)
Architects Guide to SaaS migration (SUGCON EU 2022 keynote)Pieter Brinkman
 
Composale DXP with MACH architecture.pptx
Composale DXP with MACH architecture.pptxComposale DXP with MACH architecture.pptx
Composale DXP with MACH architecture.pptxPieter Brinkman
 
Keynote SUGCON 2021 - Sitecore and SaaS our shared journey
Keynote SUGCON 2021 - Sitecore and SaaS our shared journeyKeynote SUGCON 2021 - Sitecore and SaaS our shared journey
Keynote SUGCON 2021 - Sitecore and SaaS our shared journeyPieter Brinkman
 
Sitecore Experience Edge
Sitecore Experience EdgeSitecore Experience Edge
Sitecore Experience EdgePieter Brinkman
 
What's new in Sitecore 9.3
What's new in Sitecore 9.3What's new in Sitecore 9.3
What's new in Sitecore 9.3Pieter Brinkman
 

Plus de Pieter Brinkman (8)

Digital Experience is a teamsport - Sitecore User Group Conference keynote
Digital Experience is a teamsport - Sitecore User Group Conference keynoteDigital Experience is a teamsport - Sitecore User Group Conference keynote
Digital Experience is a teamsport - Sitecore User Group Conference keynote
 
Developer Marketing in B2B SaaS where the developer is not the buyer authorit...
Developer Marketing in B2B SaaS where the developer is not the buyer authorit...Developer Marketing in B2B SaaS where the developer is not the buyer authorit...
Developer Marketing in B2B SaaS where the developer is not the buyer authorit...
 
Why marketers are the real winners with Sitecore XM Cloud
Why marketers are the real winners with Sitecore XM CloudWhy marketers are the real winners with Sitecore XM Cloud
Why marketers are the real winners with Sitecore XM Cloud
 
Architects Guide to SaaS migration (SUGCON EU 2022 keynote)
Architects Guide to SaaS migration (SUGCON EU 2022 keynote)Architects Guide to SaaS migration (SUGCON EU 2022 keynote)
Architects Guide to SaaS migration (SUGCON EU 2022 keynote)
 
Composale DXP with MACH architecture.pptx
Composale DXP with MACH architecture.pptxComposale DXP with MACH architecture.pptx
Composale DXP with MACH architecture.pptx
 
Keynote SUGCON 2021 - Sitecore and SaaS our shared journey
Keynote SUGCON 2021 - Sitecore and SaaS our shared journeyKeynote SUGCON 2021 - Sitecore and SaaS our shared journey
Keynote SUGCON 2021 - Sitecore and SaaS our shared journey
 
Sitecore Experience Edge
Sitecore Experience EdgeSitecore Experience Edge
Sitecore Experience Edge
 
What's new in Sitecore 9.3
What's new in Sitecore 9.3What's new in Sitecore 9.3
What's new in Sitecore 9.3
 

Dernier

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
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfhans926745
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processorsdebabhi2
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonAnna Loughnan Colquhoun
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptxHampshireHUG
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Enterprise Knowledge
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024The Digital Insurer
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)Gabriella Davis
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking MenDelhi Call girls
 
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
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerThousandEyes
 
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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc
 

Dernier (20)

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)
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
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
 
Exploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone ProcessorsExploring the Future Potential of AI-Enabled Smartphone Processors
Exploring the Future Potential of AI-Enabled Smartphone Processors
 
Data Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt RobisonData Cloud, More than a CDP by Matt Robison
Data Cloud, More than a CDP by Matt Robison
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...Driving Behavioral Change for Information Management through Data-Driven Gree...
Driving Behavioral Change for Information Management through Data-Driven Gree...
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024Axa Assurance Maroc - Insurer Innovation Award 2024
Axa Assurance Maroc - Insurer Innovation Award 2024
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men08448380779 Call Girls In Civil Lines Women Seeking Men
08448380779 Call Girls In Civil Lines Women Seeking Men
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
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
 
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law DevelopmentsTrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
TrustArc Webinar - Stay Ahead of US State Data Privacy Law Developments
 

Mobile (App) Development with Sitecore

  • 1. Mobile (App) Development with Sitecore From mobile no no, to mobile go go Presented by // Pieter Brinkman || @pieterbrink123 12 juni 2015
  • 2. Why talk about Mobile?
  • 4. More people own a mobile device than a pc/laptop! 4
  • 5. 5 There are 3bn connected people on the planet.The next billion will be mostly mobile only. - Harvard Business Review
  • 6. 6 More people have a mobile phone than toilets - U.N. Study Shows
  • 7. 7 All these mobile devices made the world a less social place?
  • 8. 8
  • 9. The world today is not so different! 9 past present
  • 10. The world today is not so different! 10 past present
  • 11. The world today is not so different! 11 past present
  • 12. The world today is not so different! 12 past present
  • 13. The world today is not so different! 13 past present
  • 14. The world today is not so different! 14 past present
  • 15. The world today is not so different! 15 past present
  • 16. The world today is not so different! 16 past present
  • 17. The world today is not so different! 17 past present
  • 18. The world today is not so different! 18 past present
  • 19. So Is the world a less social place? Probably not, the world became more connected.
  • 20. We need to focus on the mobile device! 20
  • 21. 21 All digital experience is mobile Mobile is how, when and where digital interactions occur Websites Apps Commerce Email SMS Social Media We need to understand the importance of the experience of the mobile interactions, having a bad experience will instantly end the conversation with your visitors.
  • 22. My mobile experience 22 Devices/OS Development 2002 now20102006 2008 WAP WP XAML Xamarin
  • 23. Perfect! Let’s start! 23 3 questions I had asked myself before starting my mobile journey: 1. How does Sitecore see Mobile? 2. What is the value of Sitecore in the App space? 3. There are numerous of different mobile technologies I can use.What technology should I choose and is supported by Sitecore?
  • 24. How does Sitecore see Mobile?
  • 25. 25 “Mobile is critical to delivering digital customer experience, and Sitecore is committed to helping our customers fully leverage both the mobile web opportunity and now also mobile apps” - Darren Guarnaccia, Sitecore Chief Strategy Officer
  • 26. 2.What is the value of Sitecore in the App space? 26 Benefits • Apps connect directly to Sitecore content and allows marketers direct control over the in-app experience like they do today with the web • Apps can fetch updated online content without having to go through the typical app marketplace deployment process, putting content in customers hands faster Examples • Great for line of business apps with a web counterpart • Real potential for all types of apps that need strong content governance • 1 game? Probably not • Lots of games?Yes, for common content and consistent functionality
  • 27. 3.What mobile technology should I choose and is supported by Sitecore? 27 Responsive web SC Products &Technology • Sitecore XP • HTML, JS and CSS Adaptive mobile web SC Products &Technology • Sitecore XP • Device detection • Mobile HTML5 Platform specific native apps SC Products &Technology • Sitecore XP • ItemWebAPI • Device specific SDK; iOS, Android,Windows Mobile Cross platform native apps SC Products &Technology • Sitecore XP • ItemWebAPI • Mobile SDK for Xamarin Pros + Easy development + Device specific content + Centralized updates + Access to device features Pros + Device experience + Access to native API + Faster app performance + AppStore distribution & payment Pros + Device experience + Access to nativeAPI + Faster app performance + AppStore distribution + Centralized updates + Single codebase Cons - No access to native API - Browser experience - Basic UI - Content re-usage Cons - No access to nativeAPI - Browser experience - Basic UI Pros + Easy development + Works across every channel + Centralized updates Cons - Device specific development - De-centralized updates - Multiple code bases Cons - Additional development costs
  • 28. Sitecore mobile SDK family Sitecore Mobile SDK .NET PCL Windows Sitecore Mobile SDK Android Android Sitecore Mobile SDK iOS Sitecore Mobile SDK Xamarin Forms PCL iOS Android .NET 28 Platform Specific native app Cross platform native appsOr iOS
  • 30. Why Xamarin? • Xamarin cross-platform compilers and tools provide development advantages in C# usually reserved for C++ • Develop apps inVisual Studio • Share code between native apps on different platforms saving time and money • Native apps look and perform great 30
  • 31. What do you need for Xamarin App development? • Xamarin Studio (free for individuals ) – C# IDE forWindows and Mac • Visual Studio integration ($999 year subscription per device platform) • Build and debug iOS and Android apps directly fromVisual Studio • Xamarin license required - 30 day trial • Android SDK & Emulators (free from Google) and/or Xamarin Mac build agent (required for iOS apps) • Xcode and Apple iOS developer subscription (required for iOS apps)  99$ USD / year subscription • Pay close attention to my lessons learned at the end 31
  • 32. Your project UI projects Xamarin project organization 32 Your project Core library
  • 33. Sitecore Mobile SDK for Xamarin • Single package on NuGet (also available in the Xamarin Store) • Powered by the Mobile SDK for .NET portable class library (PCL) 33
  • 34. PortableClass Library in .Net • the Portable Class Library (PCL) allows the targeting of a set of platforms. • It’s similar concept as within Xamarin, but only supports .Net framework. • Windows moves towards the Internet ofThings (IOT) mindset huge potential. • Sitecore mobile SDK for .Net can be compiled along with any application that targets the Microsoft PCL • Xamarin = target framework 34
  • 35. Sitecore Mobile SDK for .Net 35 Sitecore Mobile SDK for .Net Request builder ItemWebApiRequest ScApiSession Developer Sitecore Instance to create Item Objects Response HTTP Request Sitecore ItemWeb API 1.0 HTTP Response Sitecore ItemWeb API 2.0
  • 37. Did I become a mobile Go Go?
  • 39. 39 Start with building a console app Tutorial on doc.sitecore.net 1
  • 40. 40 Want to experiment with Xamarin? Install it on a virtual machine. 2 2.
  • 41. 41 Xamarin has a 30 day trial! 3
  • 43. 43 • 100% cross device compatible • Work with Xamarin UI components that are consistent across devices • Developers work with XAML and C# Start with Xamarin.Forms 5
  • 45. 45 To Develop an iOS App you need a MAC With Mac OSx installed… 7
  • 46. 46 You can buildWindows 8 (andWP) App with the mobile SDK andVisual Studio. (Without the need of Xamarin 8
  • 47. 47 Learn more cross- platform development patterns; MVVM and MVC 9
  • 48. 48 Sitecore Mobile SDK is an abstraction layer that ensures backward compatible integration with Sitecore for your apps. 10
  • 49. What’s next 49 1. Go and see Mark van Aalst his session today. 2. Follow the console app tutorial from doc.sitecore.net (no Xamarin required). 3. Start reading about MVC and MVVM. 4. Now build an simple app; either Windows 8 app without the use of Xamari or anAndroid/Ios app with Xamarin 5. Have questions?Ask your questions using the tag ‘Mobile SDK’ on community.sitecore.net
  • 50. 50 Questions? @pieterbrink123 Do you have more questions ? Go to community.sitecore.net 1750+ professionals are there to help you