SlideShare une entreprise Scribd logo
1  sur  29
Télécharger pour lire hors ligne
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Mobile apps
development for
Joomla
Learn | Connect | Share
Anibal Sánchez @anibal_sanchez
@extly
@joomgap
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Extly leading developer
● 15+ years dev experience
● Integrating Joomla since 2007
● Marketing Manager at Extensions
Directory (JED)
● Contributor at Joomla!
StackExchange (5000+)
● Contributor at Bug Squad
Aníbal Sánchez
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Abstract
Mobile web-based applications are the best choice for individual, small
and large businesses developers to provide a way to continue a website
experience. This alternative allows you to work directly in the mobile
environment with nothing but JavaScript and HTML / CSS, using
technologies such as PhoneGap, Ionic and AngularJS Framework. Thus, it
is possible to implement the technology stack most used and known in
the world to launch apps, simultaneously, on all major platforms, from
day one, with the same source code. In Joomla! context, web-based
mobile apps can be integrated with the content management system to
query or execute operations safely. In this session, we will discuss the
main topic , solutions, challenges and a case to introduce how to combine
available technologies for mobile development integrated with Joomla.
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Agenda
Welcome
Today’s stats
Definitions
JED Starter App
Talking to Joomla!
Conclusions
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Welcome to Joomorrowland
http://www.tomorrowland.com
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Welcome to Joomorrowland
● Joomla 4
● PHP 7
● Bootstrap 4
● Javascript ECMAScript 6
● AngularJS 2 (Typescript)
http://www.tomorrowland.com
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
… and we develop apps for Joomla!
http://www.joomgap.com/jwc15
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
WAIT….
WHAT ?
http://www.joomgap.com/jwc15
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Wait … what?
● Content navigation
● Search and browse
● Site management
● E-commerce apps
● Enterprise apps (MEAP)
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Today’s Stats
http://www.comscore.com/USMobileAppReport
The days of desktop dominance are over. Mobile has swiftly risen to become the leading
digital platform, with total activity on smartphones and tablets accounting for an
astounding 60 percent of digital media time spent in the U.S. The fuel driving mobile’s
relentless growth is primarily app usage...
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Today’s Stats
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Definitions
Joomla! is a platform to built websites
● A content management system.
● Evolving from desktop usage.
● Supports responsive design.
● And, already supports mobile apps.
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
JED Starter App - Objectives
A prototype to show content navigation (smallest app, 2MB).
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
JED Starter App - A prototype
http://www.joomgap.com/jwc15
● Fork JGJEDStarter repo
● Create an account (or log in) in
PhoneGap build
● Connect your github account and
create a new App
● Pull JGJEDStarter source code and
build
● Download the new App and test it!
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
A mobile web-based boilerplate
http://www.joomgap.com/jwc15
● Fork JGBoilerplate repo
● Create an account (or log in) in
PhoneGap build
● Connect your github account and
create a new App
● Pull JGBoilerplate source code and
build
● Download the new App and test it!
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
JED Starter App
● Mobile web-based app
● HTML, CSS and JavaScript
● Cordova - PhoneGap
● AngularJS Framework (optional)
● Ionic Framework (optional)
http://www.joomgap.com/jwc15
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Cordova - PhoneGap
Easily create apps using the
web technologies you know
and love: HTML, CSS and
JavaScript. (+Plugins)
Target multiple platforms with
one code base.
Free and open source.
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
AngularJS / Ionic Framework
HTML enhanced for web apps!
Create mobile apps with the web technologies
you love. Free and open source, Ionic offers a
library of mobile-optimized HTML, CSS and JS
components, gestures and tools for building
highly interactive apps. Built with Sass and
optimized for AngularJS.
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
A new utility belt for developers
● HTML / CSS / JS Editor
● Local Debugging
○ Chrome DevTools
○ FireBug
● Remote Debugging
○ Chrome DevTools
○ GapDebug
● Device simulation
… a Javascript world ruled by Node.js, npm, Grunt, Bower, etc, etc
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Local vs Remote Development
● Local Packaging
○ Android
○ Apple iOS *
● Remote Packaging
○ PhoneGap Build
○ AppGyver, trigger.io, etc.
● Other services
○ Firebase
○ AWS Mobile Hub
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Talking to Joomla!
Application Program Interface (API)
HTML (JED App) vs Structured Data
Atoms?
Molecules?
Particles?
Cubes?
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Talking to Joomla!
● Joomla Ajax Interface
● Custom APIs
● Joomla 3.6 - REST API
● Joomla 4 will be a mobile first CMS
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
… and we develop apps for Joomla!
https://www.extly.com/composer-app.html http://www.joomgap.com/
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Talking to Joomla! - Joocial App
AutoTweetNG and Joocial are our extensions for social content management. Composer
App is our new tool for social auto-publishing and content scheduling.
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
2-legged OAuth authentication
(No remote password)
Talking to Joomla! - Joocial App
OAuth API OAuth API
Token
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Conclusions
● Mobile web-apps are ready for
prime time
● Joomla offers a sound content
model and a mature framework
● Responsive web design is only a
part of the solution
● Mobile apps for Joomla offer a
new “relentless growth”
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Make It Happen
Are you interested Mobile Apps? Join to Mobile Apps Team
https://volunteers.joomla.org/working-groups/mobile-apps-team
The Mobile Apps working group is dedicated to people contributing to support mobile web-
enabled and native applications for Joomla that will be the best "mobile-first" CMS.
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
Questions and Feedback
#JWC15
Joomla! World Conference 2015
Bangalore, India Sheraton Hotel
November 6-8
JoomGap
Create amazing apps for Joomla!
http://www.joomgap.com

Contenu connexe

Tendances

Wso2 product release webinar introducing jaggery
Wso2 product release webinar   introducing jaggeryWso2 product release webinar   introducing jaggery
Wso2 product release webinar introducing jaggery
WSO2
 

Tendances (20)

Internship - Bootstrap
Internship - BootstrapInternship - Bootstrap
Internship - Bootstrap
 
Sony lazuardi native mobile app with javascript
Sony lazuardi   native mobile app with javascriptSony lazuardi   native mobile app with javascript
Sony lazuardi native mobile app with javascript
 
React native - What, Why, How?
React native - What, Why, How?React native - What, Why, How?
React native - What, Why, How?
 
When to (use / not use) React Native.
When to (use / not use) React Native.When to (use / not use) React Native.
When to (use / not use) React Native.
 
How to build a Mobile API or HTML 5 app in 5 minutes
How to build a Mobile API or HTML 5 app in 5 minutesHow to build a Mobile API or HTML 5 app in 5 minutes
How to build a Mobile API or HTML 5 app in 5 minutes
 
Visual Studio: The best tool for web developers.
Visual Studio: The best tool for web developers.Visual Studio: The best tool for web developers.
Visual Studio: The best tool for web developers.
 
Angle Forward with TypeScript
Angle Forward with TypeScriptAngle Forward with TypeScript
Angle Forward with TypeScript
 
Ecommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project CodingEcommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project Coding
 
Visual Studio ❤ JavaScript
Visual Studio ❤ JavaScriptVisual Studio ❤ JavaScript
Visual Studio ❤ JavaScript
 
Aspect oriented programming
Aspect oriented programmingAspect oriented programming
Aspect oriented programming
 
Web Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo FadojutimiWeb Development and Web Development technologies - Temitayo Fadojutimi
Web Development and Web Development technologies - Temitayo Fadojutimi
 
What is FED
What is FEDWhat is FED
What is FED
 
Wso2 product release webinar introducing jaggery
Wso2 product release webinar   introducing jaggeryWso2 product release webinar   introducing jaggery
Wso2 product release webinar introducing jaggery
 
How To be a Backend developer
How To be a Backend developer    How To be a Backend developer
How To be a Backend developer
 
Javascript State of the Union 2015 - English
Javascript State of the Union 2015 - EnglishJavascript State of the Union 2015 - English
Javascript State of the Union 2015 - English
 
Latest Javascript MVC & Front End Frameworks 2017
Latest Javascript MVC & Front End Frameworks 2017Latest Javascript MVC & Front End Frameworks 2017
Latest Javascript MVC & Front End Frameworks 2017
 
Top Web Development Frameworks Comparison: All You Need To Know
Top Web Development Frameworks Comparison: All You Need To KnowTop Web Development Frameworks Comparison: All You Need To Know
Top Web Development Frameworks Comparison: All You Need To Know
 
Mvvm is like born fraction
Mvvm is like born fractionMvvm is like born fraction
Mvvm is like born fraction
 
Creating books app with react native
Creating books app with react nativeCreating books app with react native
Creating books app with react native
 
Vue Storefront MUG
Vue Storefront MUGVue Storefront MUG
Vue Storefront MUG
 

Similaire à JWC 2015 - Mobile apps development for Joomla!

European SharePoint Conference: Mobile Applications for SharePoint using HTML5
European SharePoint Conference: Mobile Applications for SharePoint using HTML5European SharePoint Conference: Mobile Applications for SharePoint using HTML5
European SharePoint Conference: Mobile Applications for SharePoint using HTML5
Christian Heindel
 
UVic Startup Slam September 2014 (Kano Apps)
UVic Startup Slam September 2014 (Kano Apps)UVic Startup Slam September 2014 (Kano Apps)
UVic Startup Slam September 2014 (Kano Apps)
sendwithus
 

Similaire à JWC 2015 - Mobile apps development for Joomla! (20)

JDay Sevilla 2015 - Mobile app development for Joomla
JDay Sevilla 2015 - Mobile app development for JoomlaJDay Sevilla 2015 - Mobile app development for Joomla
JDay Sevilla 2015 - Mobile app development for Joomla
 
Hybridmobileapps 130130213844-phpapp02
Hybridmobileapps 130130213844-phpapp02Hybridmobileapps 130130213844-phpapp02
Hybridmobileapps 130130213844-phpapp02
 
Top 10 Incredible Websites Built With Angular Framework
Top 10 Incredible Websites Built With Angular FrameworkTop 10 Incredible Websites Built With Angular Framework
Top 10 Incredible Websites Built With Angular Framework
 
Flutter vs Ionic: Which framework is better for cross platform application d...
Flutter vs Ionic: Which framework is better  for cross platform application d...Flutter vs Ionic: Which framework is better  for cross platform application d...
Flutter vs Ionic: Which framework is better for cross platform application d...
 
Top Mobile App Development Frameworks in 2022.pdf
Top Mobile App Development Frameworks in 2022.pdfTop Mobile App Development Frameworks in 2022.pdf
Top Mobile App Development Frameworks in 2022.pdf
 
European SharePoint Conference: Mobile Applications for SharePoint using HTML5
European SharePoint Conference: Mobile Applications for SharePoint using HTML5European SharePoint Conference: Mobile Applications for SharePoint using HTML5
European SharePoint Conference: Mobile Applications for SharePoint using HTML5
 
10 Useful Frameworks to Build Hybrid Mobile Apps
10 Useful Frameworks to Build Hybrid Mobile Apps10 Useful Frameworks to Build Hybrid Mobile Apps
10 Useful Frameworks to Build Hybrid Mobile Apps
 
Hybrid application development
Hybrid application developmentHybrid application development
Hybrid application development
 
Beyond responsive design - UI for the modern web application
Beyond responsive design - UI for the modern web applicationBeyond responsive design - UI for the modern web application
Beyond responsive design - UI for the modern web application
 
Pros and cons of using Social login for Apps and Websites
Pros and cons of using Social login for Apps and WebsitesPros and cons of using Social login for Apps and Websites
Pros and cons of using Social login for Apps and Websites
 
presentaion.pptx
presentaion.pptxpresentaion.pptx
presentaion.pptx
 
Native, Web App, or Hybrid: Which Should You Choose?
Native, Web App, or Hybrid: Which Should You Choose?Native, Web App, or Hybrid: Which Should You Choose?
Native, Web App, or Hybrid: Which Should You Choose?
 
AngularJS Training in Noida
AngularJS Training in NoidaAngularJS Training in Noida
AngularJS Training in Noida
 
How To Create An App In 2022
How To Create An App In 2022How To Create An App In 2022
How To Create An App In 2022
 
Top 10 Front End Development Technologies to Focus in 2018
Top 10 Front End Development Technologies to Focus in 2018Top 10 Front End Development Technologies to Focus in 2018
Top 10 Front End Development Technologies to Focus in 2018
 
Building a scalable app factory with Appcelerator Platform
Building a scalable app factory with Appcelerator PlatformBuilding a scalable app factory with Appcelerator Platform
Building a scalable app factory with Appcelerator Platform
 
Internship Presentation 1 Web Developer
Internship Presentation 1 Web DeveloperInternship Presentation 1 Web Developer
Internship Presentation 1 Web Developer
 
Detailed Guide of Angular Development 2022.pptx
Detailed Guide of Angular Development 2022.pptxDetailed Guide of Angular Development 2022.pptx
Detailed Guide of Angular Development 2022.pptx
 
UVic Startup Slam September 2014 (Kano Apps)
UVic Startup Slam September 2014 (Kano Apps)UVic Startup Slam September 2014 (Kano Apps)
UVic Startup Slam September 2014 (Kano Apps)
 
Mobile web application development
Mobile web application developmentMobile web application development
Mobile web application development
 

Plus de Extly Extensions - JoomGap

Plus de Extly Extensions - JoomGap (15)

JoomlaMadrid - Una aplicación móvil por sitio Joomla!
JoomlaMadrid - Una aplicación móvil por sitio Joomla!JoomlaMadrid - Una aplicación móvil por sitio Joomla!
JoomlaMadrid - Una aplicación móvil por sitio Joomla!
 
JomSocial Comienzo Rápido / Formación Joomla
JomSocial Comienzo Rápido / Formación JoomlaJomSocial Comienzo Rápido / Formación Joomla
JomSocial Comienzo Rápido / Formación Joomla
 
How to AutoTweet from Joomla in 5 minutes
How to AutoTweet from Joomla in 5 minutesHow to AutoTweet from Joomla in 5 minutes
How to AutoTweet from Joomla in 5 minutes
 
Oquma - Gestión de Calidad y Medio Ambiente en 5 minutos
Oquma - Gestión de Calidad y Medio Ambiente en 5 minutosOquma - Gestión de Calidad y Medio Ambiente en 5 minutos
Oquma - Gestión de Calidad y Medio Ambiente en 5 minutos
 
How to manage your own quality docs
How to manage your own quality docsHow to manage your own quality docs
How to manage your own quality docs
 
Como gestionar sus documentos propios de calidad
Como gestionar sus documentos propios de calidadComo gestionar sus documentos propios de calidad
Como gestionar sus documentos propios de calidad
 
Oquma.com para Google Docs como Sistema de Gestión
Oquma.com para Google Docs como Sistema de GestiónOquma.com para Google Docs como Sistema de Gestión
Oquma.com para Google Docs como Sistema de Gestión
 
Quality Management Records and Dashboards
Quality Management Records and DashboardsQuality Management Records and Dashboards
Quality Management Records and Dashboards
 
Registros y Tableros para Gestión de Calidad
Registros y Tableros para Gestión de CalidadRegistros y Tableros para Gestión de Calidad
Registros y Tableros para Gestión de Calidad
 
Casos De Estudio En Gestión De Calidad
Casos De Estudio En Gestión De CalidadCasos De Estudio En Gestión De Calidad
Casos De Estudio En Gestión De Calidad
 
Como tener su agenda de calidad al día - parte 2
Como tener su agenda de calidad al día - parte 2Como tener su agenda de calidad al día - parte 2
Como tener su agenda de calidad al día - parte 2
 
Como tener su Agenda de Calidad al día
Como tener su Agenda de Calidad al díaComo tener su Agenda de Calidad al día
Como tener su Agenda de Calidad al día
 
5 Pasos para su Manual de Calidad
5 Pasos para su Manual de Calidad5 Pasos para su Manual de Calidad
5 Pasos para su Manual de Calidad
 
5 Steps to your Quality Manual
5 Steps to your Quality Manual5 Steps to your Quality Manual
5 Steps to your Quality Manual
 
Introducción a OQUMA gestión de calidad en línea
Introducción a OQUMA gestión de calidad en líneaIntroducción a OQUMA gestión de calidad en línea
Introducción a OQUMA gestión de calidad en línea
 

Dernier

💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
nirzagarg
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
@Chandigarh #call #Girls 9053900678 @Call #Girls in @Punjab 9053900678
 
💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
nirzagarg
 
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
dharasingh5698
 
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Chandigarh Call girls 9053900678 Call girls in Chandigarh
 

Dernier (20)

Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
Shikrapur - Call Girls in Pune Neha 8005736733 | 100% Gennuine High Class Ind...
 
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Bilaspur Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
 
APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53APNIC Updates presented by Paul Wilson at ARIN 53
APNIC Updates presented by Paul Wilson at ARIN 53
 
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
20240507 QFM013 Machine Intelligence Reading List April 2024.pdf
 
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrStory Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
Story Board.pptxrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr
 
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
6.High Profile Call Girls In Punjab +919053900678 Punjab Call GirlHigh Profil...
 
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
VIP Model Call Girls NIBM ( Pune ) Call ON 8005736733 Starting From 5K to 25K...
 
💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
💚😋 Salem Escort Service Call Girls, 9352852248 ₹5000 To 25K With AC💚😋
 
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...Nanded City ( Call Girls ) Pune  6297143586  Hot Model With Sexy Bhabi Ready ...
Nanded City ( Call Girls ) Pune 6297143586 Hot Model With Sexy Bhabi Ready ...
 
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
2nd Solid Symposium: Solid Pods vs Personal Knowledge Graphs
 
Microsoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck MicrosoftMicrosoft Azure Arc Customer Deck Microsoft
Microsoft Azure Arc Customer Deck Microsoft
 
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls DubaiDubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
Dubai=Desi Dubai Call Girls O525547819 Outdoor Call Girls Dubai
 
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency""Boost Your Digital Presence: Partner with a Leading SEO Agency"
"Boost Your Digital Presence: Partner with a Leading SEO Agency"
 
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service AvailableCall Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
Call Girls Ludhiana Just Call 98765-12871 Top Class Call Girl Service Available
 
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
APNIC Policy Roundup, presented by Sunny Chendi at the 5th ICANN APAC-TWNIC E...
 
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Prashant Vihar, Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
20240509 QFM015 Engineering Leadership Reading List April 2024.pdf
 
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
All Time Service Available Call Girls Mg Road 👌 ⏭️ 6378878445
 
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Himatnagar 7001035870 Whatsapp Number, 24/07 Booking
 
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
Low Sexy Call Girls In Mohali 9053900678 🥵Have Save And Good Place 🥵
 

JWC 2015 - Mobile apps development for Joomla!

  • 1. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Mobile apps development for Joomla Learn | Connect | Share Anibal Sánchez @anibal_sanchez @extly @joomgap
  • 2. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Extly leading developer ● 15+ years dev experience ● Integrating Joomla since 2007 ● Marketing Manager at Extensions Directory (JED) ● Contributor at Joomla! StackExchange (5000+) ● Contributor at Bug Squad Aníbal Sánchez
  • 3. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Abstract Mobile web-based applications are the best choice for individual, small and large businesses developers to provide a way to continue a website experience. This alternative allows you to work directly in the mobile environment with nothing but JavaScript and HTML / CSS, using technologies such as PhoneGap, Ionic and AngularJS Framework. Thus, it is possible to implement the technology stack most used and known in the world to launch apps, simultaneously, on all major platforms, from day one, with the same source code. In Joomla! context, web-based mobile apps can be integrated with the content management system to query or execute operations safely. In this session, we will discuss the main topic , solutions, challenges and a case to introduce how to combine available technologies for mobile development integrated with Joomla.
  • 4. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Agenda Welcome Today’s stats Definitions JED Starter App Talking to Joomla! Conclusions
  • 5. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Welcome to Joomorrowland http://www.tomorrowland.com
  • 6. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Welcome to Joomorrowland ● Joomla 4 ● PHP 7 ● Bootstrap 4 ● Javascript ECMAScript 6 ● AngularJS 2 (Typescript) http://www.tomorrowland.com
  • 7. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 … and we develop apps for Joomla! http://www.joomgap.com/jwc15
  • 8. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 WAIT…. WHAT ? http://www.joomgap.com/jwc15
  • 9. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Wait … what? ● Content navigation ● Search and browse ● Site management ● E-commerce apps ● Enterprise apps (MEAP)
  • 10. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Today’s Stats http://www.comscore.com/USMobileAppReport The days of desktop dominance are over. Mobile has swiftly risen to become the leading digital platform, with total activity on smartphones and tablets accounting for an astounding 60 percent of digital media time spent in the U.S. The fuel driving mobile’s relentless growth is primarily app usage...
  • 11. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Today’s Stats
  • 12. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Definitions Joomla! is a platform to built websites ● A content management system. ● Evolving from desktop usage. ● Supports responsive design. ● And, already supports mobile apps.
  • 13. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 JED Starter App - Objectives A prototype to show content navigation (smallest app, 2MB).
  • 14. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 JED Starter App - A prototype http://www.joomgap.com/jwc15 ● Fork JGJEDStarter repo ● Create an account (or log in) in PhoneGap build ● Connect your github account and create a new App ● Pull JGJEDStarter source code and build ● Download the new App and test it!
  • 15. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 A mobile web-based boilerplate http://www.joomgap.com/jwc15 ● Fork JGBoilerplate repo ● Create an account (or log in) in PhoneGap build ● Connect your github account and create a new App ● Pull JGBoilerplate source code and build ● Download the new App and test it!
  • 16. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 JED Starter App ● Mobile web-based app ● HTML, CSS and JavaScript ● Cordova - PhoneGap ● AngularJS Framework (optional) ● Ionic Framework (optional) http://www.joomgap.com/jwc15
  • 17. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Cordova - PhoneGap Easily create apps using the web technologies you know and love: HTML, CSS and JavaScript. (+Plugins) Target multiple platforms with one code base. Free and open source.
  • 18. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 AngularJS / Ionic Framework HTML enhanced for web apps! Create mobile apps with the web technologies you love. Free and open source, Ionic offers a library of mobile-optimized HTML, CSS and JS components, gestures and tools for building highly interactive apps. Built with Sass and optimized for AngularJS.
  • 19. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 A new utility belt for developers ● HTML / CSS / JS Editor ● Local Debugging ○ Chrome DevTools ○ FireBug ● Remote Debugging ○ Chrome DevTools ○ GapDebug ● Device simulation … a Javascript world ruled by Node.js, npm, Grunt, Bower, etc, etc
  • 20. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Local vs Remote Development ● Local Packaging ○ Android ○ Apple iOS * ● Remote Packaging ○ PhoneGap Build ○ AppGyver, trigger.io, etc. ● Other services ○ Firebase ○ AWS Mobile Hub
  • 21. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Talking to Joomla! Application Program Interface (API) HTML (JED App) vs Structured Data Atoms? Molecules? Particles? Cubes?
  • 22. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Talking to Joomla! ● Joomla Ajax Interface ● Custom APIs ● Joomla 3.6 - REST API ● Joomla 4 will be a mobile first CMS
  • 23. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 … and we develop apps for Joomla! https://www.extly.com/composer-app.html http://www.joomgap.com/
  • 24. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Talking to Joomla! - Joocial App AutoTweetNG and Joocial are our extensions for social content management. Composer App is our new tool for social auto-publishing and content scheduling.
  • 25. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 2-legged OAuth authentication (No remote password) Talking to Joomla! - Joocial App OAuth API OAuth API Token
  • 26. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Conclusions ● Mobile web-apps are ready for prime time ● Joomla offers a sound content model and a mature framework ● Responsive web design is only a part of the solution ● Mobile apps for Joomla offer a new “relentless growth”
  • 27. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Make It Happen Are you interested Mobile Apps? Join to Mobile Apps Team https://volunteers.joomla.org/working-groups/mobile-apps-team The Mobile Apps working group is dedicated to people contributing to support mobile web- enabled and native applications for Joomla that will be the best "mobile-first" CMS.
  • 28. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 Questions and Feedback
  • 29. #JWC15 Joomla! World Conference 2015 Bangalore, India Sheraton Hotel November 6-8 JoomGap Create amazing apps for Joomla! http://www.joomgap.com