SlideShare a Scribd company logo
#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

More Related Content

What's hot

Internship - Bootstrap
Internship - BootstrapInternship - Bootstrap
Internship - Bootstrap
tanay29
 
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
PHP Indonesia
 
React native - What, Why, How?
React native - What, Why, How?React native - What, Why, How?
React native - What, Why, How?
Teerasej Jiraphatchandej
 
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.
Bobby Schultz
 
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
Robert MacLean
 
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.
Robert MacLean
 
Angle Forward with TypeScript
Angle Forward with TypeScriptAngle Forward with TypeScript
Angle Forward with TypeScript
Jeremy Likness
 
Ecommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project CodingEcommerce Mini Project / Group Project Coding
Ecommerce Mini Project / Group Project Coding
Hemant Sarthak
 
Visual Studio ❤ JavaScript
Visual Studio ❤ JavaScriptVisual Studio ❤ JavaScript
Visual Studio ❤ JavaScript
Robert MacLean
 
Aspect oriented programming
Aspect oriented programmingAspect oriented programming
Aspect oriented programming
Robert MacLean
 
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
Temitayo Fadojutimi
 
What is FED
What is FEDWhat is FED
What is FED
Sam Lee
 
Wso2 product release webinar introducing jaggery
Wso2 product release webinar   introducing jaggeryWso2 product release webinar   introducing jaggery
Wso2 product release webinar introducing jaggery
WSO2
 
How To be a Backend developer
How To be a Backend developer    How To be a Backend developer
How To be a Backend developer
Ramy Hakam
 
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
Huge
 
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
AmarInfotech
 
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
Pixel Crayons
 
Mvvm is like born fraction
Mvvm is like born fractionMvvm is like born fraction
Mvvm is like born fraction
Ken Haneda
 
Creating books app with react native
Creating books app with react nativeCreating books app with react native
Creating books app with react native
Ali Sa'o
 
Vue Storefront MUG
Vue Storefront MUGVue Storefront MUG
Vue Storefront MUG
Filip Rakowski
 

What's hot (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
 

Similar to JWC 2015 - Mobile apps development for Joomla!

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
Extly Extensions - JoomGap
 
Hybridmobileapps 130130213844-phpapp02
Hybridmobileapps 130130213844-phpapp02Hybridmobileapps 130130213844-phpapp02
Hybridmobileapps 130130213844-phpapp02
weeyee
 
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
75waytechnologies
 
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...
Mobiloitte
 
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
BitCot
 
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
 
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
75waytechnologies
 
Hybrid application development
Hybrid application developmentHybrid application development
Hybrid application development
Knoldus Inc.
 
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
Pete Smith
 
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
Carlos Olivares
 
presentaion.pptx
presentaion.pptxpresentaion.pptx
presentaion.pptx
mehulmaheshwari3
 
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?
Softweb Solutions
 
AngularJS Training in Noida
AngularJS Training in NoidaAngularJS Training in Noida
AngularJS Training in Noida
Raj Sharma
 
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
ForceBolt
 
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
Helios Solutions
 
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
Angus Fox
 
Internship Presentation 1 Web Developer
Internship Presentation 1 Web DeveloperInternship Presentation 1 Web Developer
Internship Presentation 1 Web Developer
Hemant Sarthak
 
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
75waytechnologies
 
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
 
Mobile web application development
Mobile web application developmentMobile web application development
Mobile web application development
Vince Aggrippino
 

Similar to 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
 

More from Extly Extensions - JoomGap

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!
Extly Extensions - JoomGap
 
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
Extly Extensions - JoomGap
 
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
Extly Extensions - JoomGap
 
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
Extly Extensions - JoomGap
 
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
Extly Extensions - JoomGap
 
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
Extly Extensions - JoomGap
 
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
Extly Extensions - JoomGap
 
Quality Management Records and Dashboards
Quality Management Records and DashboardsQuality Management Records and Dashboards
Quality Management Records and Dashboards
Extly Extensions - JoomGap
 
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
Extly Extensions - JoomGap
 
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
Extly Extensions - JoomGap
 
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
Extly Extensions - JoomGap
 
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
Extly Extensions - JoomGap
 
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
Extly Extensions - JoomGap
 
5 Steps to your Quality Manual
5 Steps to your Quality Manual5 Steps to your Quality Manual
5 Steps to your Quality Manual
Extly Extensions - JoomGap
 
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
Extly Extensions - JoomGap
 

More from 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
 

Recently uploaded

Discover the benefits of outsourcing SEO to India
Discover the benefits of outsourcing SEO to IndiaDiscover the benefits of outsourcing SEO to India
Discover the benefits of outsourcing SEO to India
davidjhones387
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
eutxy
 
Ready to Unlock the Power of Blockchain!
Ready to Unlock the Power of Blockchain!Ready to Unlock the Power of Blockchain!
Ready to Unlock the Power of Blockchain!
Toptal Tech
 
Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
Laura Szabó
 
留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理
留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理
留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理
uehowe
 
Explore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories SecretlyExplore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories Secretly
Trending Blogers
 
Should Repositories Participate in the Fediverse?
Should Repositories Participate in the Fediverse?Should Repositories Participate in the Fediverse?
Should Repositories Participate in the Fediverse?
Paul Walk
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Brad Spiegel Macon GA
 
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
fovkoyb
 
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
uehowe
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC
 
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
zyfovom
 
7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
Danica Gill
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Florence Consulting
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
vmemo1
 
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
ukwwuq
 
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
cuobya
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
ufdana
 
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
cuobya
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
zoowe
 

Recently uploaded (20)

Discover the benefits of outsourcing SEO to India
Discover the benefits of outsourcing SEO to IndiaDiscover the benefits of outsourcing SEO to India
Discover the benefits of outsourcing SEO to India
 
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
一比一原版(LBS毕业证)伦敦商学院毕业证成绩单专业办理
 
Ready to Unlock the Power of Blockchain!
Ready to Unlock the Power of Blockchain!Ready to Unlock the Power of Blockchain!
Ready to Unlock the Power of Blockchain!
 
Gen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needsGen Z and the marketplaces - let's translate their needs
Gen Z and the marketplaces - let's translate their needs
 
留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理
留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理
留学挂科(UofM毕业证)明尼苏达大学毕业证成绩单复刻办理
 
Explore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories SecretlyExplore-Insanony: Watch Instagram Stories Secretly
Explore-Insanony: Watch Instagram Stories Secretly
 
Should Repositories Participate in the Fediverse?
Should Repositories Participate in the Fediverse?Should Repositories Participate in the Fediverse?
Should Repositories Participate in the Fediverse?
 
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptxBridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
Bridging the Digital Gap Brad Spiegel Macon, GA Initiative.pptx
 
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
存档可查的(USC毕业证)南加利福尼亚大学毕业证成绩单制做办理
 
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
办理毕业证(UPenn毕业证)宾夕法尼亚大学毕业证成绩单快速办理
 
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
APNIC Foundation, presented by Ellisha Heppner at the PNG DNS Forum 2024
 
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
学位认证网(DU毕业证)迪肯大学毕业证成绩单一比一原版制作
 
7 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 20247 Best Cloud Hosting Services to Try Out in 2024
7 Best Cloud Hosting Services to Try Out in 2024
 
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdfMeet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
Meet up Milano 14 _ Axpo Italia_ Migration from Mule3 (On-prem) to.pdf
 
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
重新申请毕业证书(RMIT毕业证)皇家墨尔本理工大学毕业证成绩单精仿办理
 
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
制作原版1:1(Monash毕业证)莫纳什大学毕业证成绩单办理假
 
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
假文凭国外(Adelaide毕业证)澳大利亚国立大学毕业证成绩单办理
 
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
一比一原版(CSU毕业证)加利福尼亚州立大学毕业证成绩单专业办理
 
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
制作毕业证书(ANU毕业证)莫纳什大学毕业证成绩单官方原版办理
 
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
国外证书(Lincoln毕业证)新西兰林肯大学毕业证成绩单不能毕业办理
 

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