SlideShare a Scribd company logo
Eindhoven Mobile
Development Meetup
02/03/2016
During the meetup
u Our first meetup.
u We love to facilitate and like the group to contribute.
u Feel free to ask questions and to interact with each other
u Feedback and Ideas are welcome
u #EMDM
u Keep your mobile phone on
First Meetup
u Short Introduction
u Overview Mobile Development Landscape 2016
u Break
u Mobile app development lifecycle
u End, recap
u Drinks
Introduction
Luc de Bruijn
Practice Manager
Open Circle
Chris Key
Mobile Developer
Open Circle
Stephan van Stekelenburg
Mobile Developer
Independent
Introduction
u Facilitated by Open Circle Solutions
u Three units:
u Java Open Source
u Mobile Development
u Big Data/Data Science
u Product development/Open Source Projects
u Average of 14 years of experience in consultancy and business
critical applications.
Background Mobile Team
u Our Mobile developers have worked on mobile solutions in the B2C,
B2B and B2E area’s.
u Clients include large enterprises from different industries but also
lean startups.
u We focus on Xamarin for development
u Our Mobile developers have developed several products internally.
Both for developing new technology skills as well as new business
models.
Why a meetup?
u We all have different/same challenges at our work.
u Technical challenges/choices
u App Lifecycle Management
u Tooling
u Business and IT awareness
u Share experiences
u Share ideas
u Share best practices
u Broad field of mobile development, what do we pick?
First Meetup
u Short Introduction
u Overview Mobile Development Landscape 2016
u Break
u Mobile app development lifecycle
u End, recap
u Drinks
Overview Mobile Development
Landscape 2016
Types of customers
u Business to consumer
u Business to business
u Enterprise / in house
iOS	App Android	App Windows	App
iPhone
iPad
Apple	watch
Apple	TV
Phones
Tablets
Smart	Watches
Smart	TV’s
Car	systems
Phones
Tablets
Desktop
Xbox
Holo-lens
What platforms to support?
What platforms to support?
u Depends on project
u Depends on users
u Depends on region
u Depends on budget
u Not necessarily all at once
Hardened devices
Types of development
u Native
u iOS SDK’s
u Android SDK’s
u Windows SDK’s
u Hybrid
u PhoneGap
u Sensha
u Cordova
u Appcelerator
u Ionic
u Many, many more…
u Web Apps
u HTML 5
Native development
u SDK (Software development kit) provided by Google, Apple or
Microsoft
u Specific per platform
u Tooling
u Language(s)
u Controls
u UI Guidelines
u Interaction Guidelines
u Entire code base per platform
Hybrid development
u Third party tools that work with platform SDK’s
u One language
u Can write on all platforms, building requires specific OS
u Share resources
u Write logic one time
Web development
u No specific requirements
u Any platform / language
u HTML
u Scripting
Pro’s
Native
- Performance
- Device API’s
- Support
- Look and feel
Hybrid
- Cross platform
- Write once *
- Use one language /
tool
- Access to device
Web
- Little development needed
- Control
Con’s
Native
- Write / maintain
multiple times
- Different approach
- Different language
- Can be expensive to
built everything
multiple times
Hybrid
- Performance
- Write once (fix
everywhere)
- Look and feel
- Scripting
- Testing more difficult
Web
- Not an app
- No offline support
- No (or limited) access to
device
Our approach
u As stated before it depends….
u If possible use Xamarin
Anything you can do in Objective-C, Swift or Java
can be done in C# and Visual Studio with Xamarin
Xamarin’s Unique	Approach
Shared app logic,
platform-specific UI,
all in C#
Shared	App	Logic	in	C#
iOS C# UI Android C# UI Windows C# UI
Shared App Logic
§ Platform-specific UI code in C#
§ Shared app logic code in C#
§ Fine-grain control over the app user
interface
§ Good for apps with sophisticated UX
requirements (complicated gestures,
animations, design)
Native Performance
Xamarin.iOS does full Ahead Of Time (AOT)
compilation to produce an ARM binary for
Apple’s App Store.
Xamarin.Android takes advantage of
Just In Time (JIT) compilation on the
Android device.
Completely up-to-date with device OS releases
u Always up-to-date with
Apple and Google API
releases.
u Track record of offering
same-day support: iOS 5, iOS
6, iOS 6.1, iOS 7,iOS 7.1, iOS
8 and iOS 8.x releases.
u The only cross-platform
solution with support for the
Google Glass SDK, Android
Wear, Amazon Fire TV and
Apple Watch.
First Meetup
u Short Introduction
u Overview Mobile Development Landscape 2016
u Break
u Mobile app development lifecycle
u End, recap
u Drinks
Break
First Meetup
u Short Introduction
u Overview Mobile Development Landscape 2016
u Break
u Mobile app development lifecycle
u End, recap
u Drinks
Mobile app development lifecycle
Business	goals	&	strategy
User	Experience	and	Design
Technical	architecture
AppStore	optimization
Advertisement	
Social	media
Development
Automated	testing
Continuous	integration	/	delivery
Beta	release	management
Deployment
OS	/	platform	updates
Business	analytics	and	insights
Feedback	collection
Monitoring
So you think you want an app?
PLAN
What to do next?
u Business Goals & Product Strategy
u B2B vs B2C vs in-house
u Concepts and Research
u User Experience Design
u Technical Architecture
More choices to make
u Which platforms?
u What form factors?
u Disconnected scenarios
u Specific device capabilities
Platforms and tooling
BUILD
Silo Approach
Build App
Multiple Times
iOS	App Android	App Windows	App
Swift	/	Objective-C
XCode
Java
Android	Studio
C#
Visual	Studio
Write-Once-Run-Anywhere Approach
Lowest
Common
Denominator Black	box
Xamarin’s Approach
Native with
Code Sharing
Shared	App	Logic
iOS	C#	UI Android	C#	UI Windows	 C#	UI
Platform	Specific
Native	iOS	App Native	Android	App Native	Win	App
Xamarin’s Forms Approach
Native with
Code Sharing
Shared	App	Logic
Xamarin.Forms
Platform	Specific
Native	iOS	App Native	Android	App Native	Win	App
Mobile
Quality Is Not
Easy
Biggest Mobile Quality Challenges?
u Device Fragmentation
u App Complexity
u Fast Release Cycles
u Short & Volatile User Sessions
u High Mobile User Expectations
Thousands of iOS and Android APIs
Public web APIs
Backend integrations
Third party libraries
Memory, CPU and network
constraints
App Complexity
Mobile Testing Options
Long Cycles
Rapid
Iterations
High Test Realism
Simplistic Tests
Beta Testing
Manual Testing
Automated UI Testing
Unit Testing
Local UI Test Authoring Cloud Testing Lab
Automated tests
Test your app on 2197
physical devices
simultaneously
Continuous Integration / Delivery
Visual	Studio	Team	Services
Beta / Release Management
HockeyApp
Apple TestFlight
Google Play Store
Grow
“
”
If you’re not using ASO to increase your
app’s search ranking, you’re missing
out on the largest discovery channel
available to your app.
SOMEONE CLEVER
63% (iOS) of app customers report browsing in the app store to discover new
apps.
AppStore Optimization
u Description is important
u Carefully pick your keywords
u App reviews vs developer feedback
u Leverage Store specific options to promote your app
u Localize your AppStore listings
And we’re done…
SERVICE
App Maintenance
u OS / Platform updates or new releases
u Updates to libraries
u Support for new devices and device families (think wearables)
u Bug fixes
Release notes
Monitoring and Feedback
u App Usage Insights
u App Content Management
u Who owns / updates in-app content?
LaunchKit Review Monitor
First Meetup
u Short Introduction
u Overview Mobile Development Landscape 2016
u Break
u Mobile app development lifecycle
u End, recap
u Drinks
Recap
Future meetups
u More presentations?
u Real world cases?
u Workshops?
u Interactive sessions
u Hackathons
u Social meetups
u Feedback
Contact Information
Luc de Bruijn
Open Circle Solutions
luc@opencirclesolutions.nl
@ldbruijn
Chris Key
Open Circle Solutions
Chris@opencirclesolutions.nl
@chriskeynl
Stephan van Stekelenburg
Independent
Stephan.van.stekelenburg@g
mail.com
@stephanvs

More Related Content

What's hot

Ionic
IonicIonic
Ionic
Umut IŞIK
 
Cross-Platform Mobile Development with PhoneGap-Vince Bullinger
Cross-Platform Mobile Development with PhoneGap-Vince BullingerCross-Platform Mobile Development with PhoneGap-Vince Bullinger
Cross-Platform Mobile Development with PhoneGap-Vince Bullinger
Mobile March
 
Modern mobile development overview
Modern mobile development overviewModern mobile development overview
Modern mobile development overviewDima Maleev
 
Top 8 Alternatives Of Xamarin.pdf
Top 8 Alternatives Of Xamarin.pdfTop 8 Alternatives Of Xamarin.pdf
Top 8 Alternatives Of Xamarin.pdf
Moon Technolabs Pvt. Ltd.
 
Smartface ile Crossplatform Uygulama Geliştirme
Smartface ile Crossplatform Uygulama GeliştirmeSmartface ile Crossplatform Uygulama Geliştirme
Smartface ile Crossplatform Uygulama Geliştirme
Mobile İstanbul
 
Go mobile with Windows Phone
Go mobile with Windows PhoneGo mobile with Windows Phone
Go mobile with Windows PhoneDima Maleev
 
Mobile Accessibility - How To Become Socially Responsible Mobile Developer
Mobile Accessibility - How To Become Socially Responsible Mobile Developer Mobile Accessibility - How To Become Socially Responsible Mobile Developer
Mobile Accessibility - How To Become Socially Responsible Mobile Developer
Konstantin Loginov
 
What To Choose Between - Native App And Hybrid Mobile App
What To Choose Between - Native App And Hybrid Mobile AppWhat To Choose Between - Native App And Hybrid Mobile App
What To Choose Between - Native App And Hybrid Mobile App
Mindbowser Inc
 
App testing and publishing
App testing and publishingApp testing and publishing
App testing and publishing
Niall Roche
 
Swift vs flutter pixel values technolabs
Swift vs flutter pixel values technolabsSwift vs flutter pixel values technolabs
Swift vs flutter pixel values technolabs
Pixel Values Technolabs
 
Hybrid mobile app development
Hybrid mobile app developmentHybrid mobile app development
Hybrid mobile app development
Chamil Madusanka
 
Flutter 2.2 version | skywave info solutions
Flutter 2.2 version | skywave info solutionsFlutter 2.2 version | skywave info solutions
Flutter 2.2 version | skywave info solutions
Skywave Info Solutions
 
Developing a Modern Mobile App Strategy
Developing a Modern Mobile App StrategyDeveloping a Modern Mobile App Strategy
Developing a Modern Mobile App Strategy
Todd Anglin
 
Flutter dhaval solanki
Flutter   dhaval solankiFlutter   dhaval solanki
Flutter dhaval solanki
Dhaval Solanki
 
Android | Xamarin | Mobile Application development
Android | Xamarin | Mobile Application developmentAndroid | Xamarin | Mobile Application development
Android | Xamarin | Mobile Application development
KrishnaMildain
 
Apps and their importance
Apps and their importanceApps and their importance
Apps and their importanceDiablo315
 
Android auto
Android autoAndroid auto
Android auto
dhiraj007
 
Flutter vs React Native Development in 2020
Flutter vs React Native Development in 2020Flutter vs React Native Development in 2020
Flutter vs React Native Development in 2020
Devathon
 
Hybrid application development
Hybrid application developmentHybrid application development
Hybrid application development
Knoldus Inc.
 
Building Hybrid Apps with AngularJS and Ionic
Building Hybrid Apps with AngularJS and IonicBuilding Hybrid Apps with AngularJS and Ionic
Building Hybrid Apps with AngularJS and Ionic
Younes Adounis
 

What's hot (20)

Ionic
IonicIonic
Ionic
 
Cross-Platform Mobile Development with PhoneGap-Vince Bullinger
Cross-Platform Mobile Development with PhoneGap-Vince BullingerCross-Platform Mobile Development with PhoneGap-Vince Bullinger
Cross-Platform Mobile Development with PhoneGap-Vince Bullinger
 
Modern mobile development overview
Modern mobile development overviewModern mobile development overview
Modern mobile development overview
 
Top 8 Alternatives Of Xamarin.pdf
Top 8 Alternatives Of Xamarin.pdfTop 8 Alternatives Of Xamarin.pdf
Top 8 Alternatives Of Xamarin.pdf
 
Smartface ile Crossplatform Uygulama Geliştirme
Smartface ile Crossplatform Uygulama GeliştirmeSmartface ile Crossplatform Uygulama Geliştirme
Smartface ile Crossplatform Uygulama Geliştirme
 
Go mobile with Windows Phone
Go mobile with Windows PhoneGo mobile with Windows Phone
Go mobile with Windows Phone
 
Mobile Accessibility - How To Become Socially Responsible Mobile Developer
Mobile Accessibility - How To Become Socially Responsible Mobile Developer Mobile Accessibility - How To Become Socially Responsible Mobile Developer
Mobile Accessibility - How To Become Socially Responsible Mobile Developer
 
What To Choose Between - Native App And Hybrid Mobile App
What To Choose Between - Native App And Hybrid Mobile AppWhat To Choose Between - Native App And Hybrid Mobile App
What To Choose Between - Native App And Hybrid Mobile App
 
App testing and publishing
App testing and publishingApp testing and publishing
App testing and publishing
 
Swift vs flutter pixel values technolabs
Swift vs flutter pixel values technolabsSwift vs flutter pixel values technolabs
Swift vs flutter pixel values technolabs
 
Hybrid mobile app development
Hybrid mobile app developmentHybrid mobile app development
Hybrid mobile app development
 
Flutter 2.2 version | skywave info solutions
Flutter 2.2 version | skywave info solutionsFlutter 2.2 version | skywave info solutions
Flutter 2.2 version | skywave info solutions
 
Developing a Modern Mobile App Strategy
Developing a Modern Mobile App StrategyDeveloping a Modern Mobile App Strategy
Developing a Modern Mobile App Strategy
 
Flutter dhaval solanki
Flutter   dhaval solankiFlutter   dhaval solanki
Flutter dhaval solanki
 
Android | Xamarin | Mobile Application development
Android | Xamarin | Mobile Application developmentAndroid | Xamarin | Mobile Application development
Android | Xamarin | Mobile Application development
 
Apps and their importance
Apps and their importanceApps and their importance
Apps and their importance
 
Android auto
Android autoAndroid auto
Android auto
 
Flutter vs React Native Development in 2020
Flutter vs React Native Development in 2020Flutter vs React Native Development in 2020
Flutter vs React Native Development in 2020
 
Hybrid application development
Hybrid application developmentHybrid application development
Hybrid application development
 
Building Hybrid Apps with AngularJS and Ionic
Building Hybrid Apps with AngularJS and IonicBuilding Hybrid Apps with AngularJS and Ionic
Building Hybrid Apps with AngularJS and Ionic
 

Viewers also liked

Seminario 8 ejercicio 1
Seminario 8 ejercicio 1Seminario 8 ejercicio 1
Seminario 8 ejercicio 1
Rocío García Ruiz
 
Ejercicio 2 seminario 8
Ejercicio 2 seminario 8Ejercicio 2 seminario 8
Ejercicio 2 seminario 8
Rocío García Ruiz
 
Tarea seminario 2
Tarea seminario 2Tarea seminario 2
Tarea seminario 2
Rocío García Ruiz
 
Presentación
PresentaciónPresentación
Merck and river blindness by Mohsin Mustafa
Merck and river blindness by Mohsin MustafaMerck and river blindness by Mohsin Mustafa
Merck and river blindness by Mohsin Mustafa
Mohsin Mustafa
 
Tarea seminario 9
Tarea seminario 9Tarea seminario 9
Tarea seminario 9
Rocío García Ruiz
 
Tabla estadística
Tabla estadísticaTabla estadística
Tabla estadística
Rocío García Ruiz
 
Tarea seminario 3
Tarea seminario 3Tarea seminario 3
Tarea seminario 3
Rocío García Ruiz
 

Viewers also liked (14)

Presentación
PresentaciónPresentación
Presentación
 
Ilovepdf jpg to_pdf (1)
Ilovepdf jpg to_pdf (1)Ilovepdf jpg to_pdf (1)
Ilovepdf jpg to_pdf (1)
 
Ilovepdf jpg to_pdf (6)
Ilovepdf jpg to_pdf (6)Ilovepdf jpg to_pdf (6)
Ilovepdf jpg to_pdf (6)
 
Seminario 8 ejercicio 1
Seminario 8 ejercicio 1Seminario 8 ejercicio 1
Seminario 8 ejercicio 1
 
Ejercicio 2 seminario 8
Ejercicio 2 seminario 8Ejercicio 2 seminario 8
Ejercicio 2 seminario 8
 
Ilovepdf jpg to_pdf (5)
Ilovepdf jpg to_pdf (5)Ilovepdf jpg to_pdf (5)
Ilovepdf jpg to_pdf (5)
 
Tarea seminario 2
Tarea seminario 2Tarea seminario 2
Tarea seminario 2
 
Presentación
PresentaciónPresentación
Presentación
 
Merck and river blindness by Mohsin Mustafa
Merck and river blindness by Mohsin MustafaMerck and river blindness by Mohsin Mustafa
Merck and river blindness by Mohsin Mustafa
 
Ilovepdf jpg to_pdf (3)
Ilovepdf jpg to_pdf (3)Ilovepdf jpg to_pdf (3)
Ilovepdf jpg to_pdf (3)
 
Tarea seminario 9
Tarea seminario 9Tarea seminario 9
Tarea seminario 9
 
Tabla estadística
Tabla estadísticaTabla estadística
Tabla estadística
 
Ilovepdf jpg to_pdf (4)
Ilovepdf jpg to_pdf (4)Ilovepdf jpg to_pdf (4)
Ilovepdf jpg to_pdf (4)
 
Tarea seminario 3
Tarea seminario 3Tarea seminario 3
Tarea seminario 3
 

Similar to Eindhoven Mobile Development First Meetup Slides

Hybrid mobile app
Hybrid mobile appHybrid mobile app
Hybrid mobile app
Palani Kumar
 
Native mobile app development pros, cons, alternatives, and cost optimization
Native mobile app development pros, cons, alternatives, and cost optimizationNative mobile app development pros, cons, alternatives, and cost optimization
Native mobile app development pros, cons, alternatives, and cost optimization
Cynoteck Technology Solutions
 
iOS app development Technologies, benefits, and use cases.pdf
iOS app development Technologies, benefits, and use cases.pdfiOS app development Technologies, benefits, and use cases.pdf
iOS app development Technologies, benefits, and use cases.pdf
Laura Miller
 
Best cross platform app development frameworks for 2021
Best cross platform app development frameworks for 2021Best cross platform app development frameworks for 2021
Best cross platform app development frameworks for 2021
Omega_UAE
 
MOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptx
MOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptxMOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptx
MOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptx
muthulakshmi cse
 
Mse july13 (1/3)
Mse july13 (1/3)Mse july13 (1/3)
Mse july13 (1/3)
IIITA
 
Most recommended android app development frameworks for app development
Most recommended android app development frameworks for app developmentMost recommended android app development frameworks for app development
Most recommended android app development frameworks for app development
Appsquadz Technologies
 
Best cross-platform mobile app development tools
Best cross-platform mobile app development tools Best cross-platform mobile app development tools
Best cross-platform mobile app development tools
Sankalp
 
Top listed iPhone app development UK Tools to consider in 2022.pdf
Top listed iPhone app development UK Tools to consider in 2022.pdfTop listed iPhone app development UK Tools to consider in 2022.pdf
Top listed iPhone app development UK Tools to consider in 2022.pdf
John William
 
Mobile App Development Tools For Building Apps
Mobile App Development Tools For Building AppsMobile App Development Tools For Building Apps
Mobile App Development Tools For Building Apps
XongoLab Technologies LLP
 
Pick Your Poison – Mobile Web, Native or Hybrid?
Pick Your Poison – Mobile Web, Native or Hybrid?Pick Your Poison – Mobile Web, Native or Hybrid?
Pick Your Poison – Mobile Web, Native or Hybrid?
Effective
 
Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...
Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...
Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...
Shane Church
 
Which technology is best for mobile app development
Which technology is best for mobile app developmentWhich technology is best for mobile app development
Which technology is best for mobile app development
robstarkxz
 
The Ultimate Guide to Cross Platform App Development Frameworks in 2023
The Ultimate Guide to Cross Platform App Development Frameworks in 2023The Ultimate Guide to Cross Platform App Development Frameworks in 2023
The Ultimate Guide to Cross Platform App Development Frameworks in 2023
Cerebrum Infotech
 
Mobile application development platform
Mobile application development platformMobile application development platform
Mobile application development platform
i4consulting.org
 
001-Mobile Application.pptx
001-Mobile Application.pptx001-Mobile Application.pptx
001-Mobile Application.pptx
AhmedDarre
 
Native v s hybrid
Native v s hybridNative v s hybrid
Native v s hybrid
Kelly Ston
 
Importance of Hybrid App Development and its vital role.docx
Importance of Hybrid App Development and its vital role.docxImportance of Hybrid App Development and its vital role.docx
Importance of Hybrid App Development and its vital role.docx
NetiApps
 
Learn everything about mobile app development. .pdf
Learn everything about mobile app development. .pdfLearn everything about mobile app development. .pdf
Learn everything about mobile app development. .pdf
Argpnteq
 
The ultimate guide and facts on cross platform app development in 2021.
The ultimate guide and facts on cross platform app development in 2021.The ultimate guide and facts on cross platform app development in 2021.
The ultimate guide and facts on cross platform app development in 2021.
Concetto Labs
 

Similar to Eindhoven Mobile Development First Meetup Slides (20)

Hybrid mobile app
Hybrid mobile appHybrid mobile app
Hybrid mobile app
 
Native mobile app development pros, cons, alternatives, and cost optimization
Native mobile app development pros, cons, alternatives, and cost optimizationNative mobile app development pros, cons, alternatives, and cost optimization
Native mobile app development pros, cons, alternatives, and cost optimization
 
iOS app development Technologies, benefits, and use cases.pdf
iOS app development Technologies, benefits, and use cases.pdfiOS app development Technologies, benefits, and use cases.pdf
iOS app development Technologies, benefits, and use cases.pdf
 
Best cross platform app development frameworks for 2021
Best cross platform app development frameworks for 2021Best cross platform app development frameworks for 2021
Best cross platform app development frameworks for 2021
 
MOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptx
MOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptxMOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptx
MOBILE APPLICATIONS DEVELOPMENT AND SERVICES.pptx
 
Mse july13 (1/3)
Mse july13 (1/3)Mse july13 (1/3)
Mse july13 (1/3)
 
Most recommended android app development frameworks for app development
Most recommended android app development frameworks for app developmentMost recommended android app development frameworks for app development
Most recommended android app development frameworks for app development
 
Best cross-platform mobile app development tools
Best cross-platform mobile app development tools Best cross-platform mobile app development tools
Best cross-platform mobile app development tools
 
Top listed iPhone app development UK Tools to consider in 2022.pdf
Top listed iPhone app development UK Tools to consider in 2022.pdfTop listed iPhone app development UK Tools to consider in 2022.pdf
Top listed iPhone app development UK Tools to consider in 2022.pdf
 
Mobile App Development Tools For Building Apps
Mobile App Development Tools For Building AppsMobile App Development Tools For Building Apps
Mobile App Development Tools For Building Apps
 
Pick Your Poison – Mobile Web, Native or Hybrid?
Pick Your Poison – Mobile Web, Native or Hybrid?Pick Your Poison – Mobile Web, Native or Hybrid?
Pick Your Poison – Mobile Web, Native or Hybrid?
 
Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...
Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...
Pick Your Poison – Mobile Web, Native, or Hybrid? - Denver Startup Week - Oct...
 
Which technology is best for mobile app development
Which technology is best for mobile app developmentWhich technology is best for mobile app development
Which technology is best for mobile app development
 
The Ultimate Guide to Cross Platform App Development Frameworks in 2023
The Ultimate Guide to Cross Platform App Development Frameworks in 2023The Ultimate Guide to Cross Platform App Development Frameworks in 2023
The Ultimate Guide to Cross Platform App Development Frameworks in 2023
 
Mobile application development platform
Mobile application development platformMobile application development platform
Mobile application development platform
 
001-Mobile Application.pptx
001-Mobile Application.pptx001-Mobile Application.pptx
001-Mobile Application.pptx
 
Native v s hybrid
Native v s hybridNative v s hybrid
Native v s hybrid
 
Importance of Hybrid App Development and its vital role.docx
Importance of Hybrid App Development and its vital role.docxImportance of Hybrid App Development and its vital role.docx
Importance of Hybrid App Development and its vital role.docx
 
Learn everything about mobile app development. .pdf
Learn everything about mobile app development. .pdfLearn everything about mobile app development. .pdf
Learn everything about mobile app development. .pdf
 
The ultimate guide and facts on cross platform app development in 2021.
The ultimate guide and facts on cross platform app development in 2021.The ultimate guide and facts on cross platform app development in 2021.
The ultimate guide and facts on cross platform app development in 2021.
 

Recently uploaded

BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024
Ortus Solutions, Corp
 
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptxTop Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
rickgrimesss22
 
top nidhi software solution freedownload
top nidhi software solution freedownloadtop nidhi software solution freedownload
top nidhi software solution freedownload
vrstrong314
 
Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604
Fermin Galan
 
Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
Globus
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
Matt Welsh
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
Tendenci - The Open Source AMS (Association Management Software)
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
Donna Lenk
 
Cyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdfCyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdf
Cyanic lab
 
How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
Globus
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
Globus
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
AMB-Review
 
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdfEnhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Jay Das
 
May Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdfMay Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdf
Adele Miller
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
Juraj Vysvader
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Globus
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
Globus
 
2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
Georgi Kodinov
 
Quarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden ExtensionsQuarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden Extensions
Max Andersen
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Globus
 

Recently uploaded (20)

BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024BoxLang: Review our Visionary Licenses of 2024
BoxLang: Review our Visionary Licenses of 2024
 
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptxTop Features to Include in Your Winzo Clone App for Business Growth (4).pptx
Top Features to Include in Your Winzo Clone App for Business Growth (4).pptx
 
top nidhi software solution freedownload
top nidhi software solution freedownloadtop nidhi software solution freedownload
top nidhi software solution freedownload
 
Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604Orion Context Broker introduction 20240604
Orion Context Broker introduction 20240604
 
Enhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdfEnhancing Research Orchestration Capabilities at ORNL.pdf
Enhancing Research Orchestration Capabilities at ORNL.pdf
 
Large Language Models and the End of Programming
Large Language Models and the End of ProgrammingLarge Language Models and the End of Programming
Large Language Models and the End of Programming
 
Corporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMSCorporate Management | Session 3 of 3 | Tendenci AMS
Corporate Management | Session 3 of 3 | Tendenci AMS
 
Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"Navigating the Metaverse: A Journey into Virtual Evolution"
Navigating the Metaverse: A Journey into Virtual Evolution"
 
Cyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdfCyaniclab : Software Development Agency Portfolio.pdf
Cyaniclab : Software Development Agency Portfolio.pdf
 
How to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good PracticesHow to Position Your Globus Data Portal for Success Ten Good Practices
How to Position Your Globus Data Portal for Success Ten Good Practices
 
First Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User EndpointsFirst Steps with Globus Compute Multi-User Endpoints
First Steps with Globus Compute Multi-User Endpoints
 
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdfDominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
Dominate Social Media with TubeTrivia AI’s Addictive Quiz Videos.pdf
 
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdfEnhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
Enhancing Project Management Efficiency_ Leveraging AI Tools like ChatGPT.pdf
 
May Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdfMay Marketo Masterclass, London MUG May 22 2024.pdf
May Marketo Masterclass, London MUG May 22 2024.pdf
 
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
In 2015, I used to write extensions for Joomla, WordPress, phpBB3, etc and I ...
 
Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...Developing Distributed High-performance Computing Capabilities of an Open Sci...
Developing Distributed High-performance Computing Capabilities of an Open Sci...
 
Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024Globus Compute Introduction - GlobusWorld 2024
Globus Compute Introduction - GlobusWorld 2024
 
2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx2024 RoOUG Security model for the cloud.pptx
2024 RoOUG Security model for the cloud.pptx
 
Quarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden ExtensionsQuarkus Hidden and Forbidden Extensions
Quarkus Hidden and Forbidden Extensions
 
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
Exploring Innovations in Data Repository Solutions - Insights from the U.S. G...
 

Eindhoven Mobile Development First Meetup Slides