SlideShare a Scribd company logo
Cross platform application
development with PhoneGap
Krishantha Jayathilake
(Mobile Developer @
Zaizi)
Types of mobile apps
Hybrid mobile frameworks
Hybrid mixed appsHybrid web apps
(HTML, JS, CSS)
PhoneGap
Titanium (JS)
Xamarin (C#)
Rhodes (Ruby)
Kony (Lua)
Trigger.io
SenchaTouch
Install Node JS
●http://nodejs.org/download/
Install command line tools (iOS)
sudo xcode-select --install
Install ant (Android)
●http://ant.apache.org/bindownload.cgi
Install PhoneGap
sudo npm install -g phonegap
Install PhoneGap
Create the App
phonegap create ./myApp "com.krish.myApp" "MyApp"
Add Platforms
cd ./myApp
phonegap platform add ios
Build App
phonegap build ios
Create and Build
Famous HTML Frameworks
●JQueryMobile
●Framework7
●Sencha Touch
●Famo.us
●Polymer-project
●ionic
HTML Frameworks
Debugging Apps
Web
Developer
Tools
Debugging Apps
Ripple
Emulator
Debugging Apps
PhoneGap
Developer
App
Debugging Apps
Chrome
Inspect
Device
Core Plugins
●Battery Status
●Camera
●Device
●Dialogs
●FileSystem
PhoneGap plugins
●File Transfer
●Network Information
●Etc.
Third Party Plugins
●Push notifications
●Badge icon
●And many more
●Build for all the platforms in one go
●Fetch source from github
PhoneGap Build
Questions?
Cross platform mobile development using PhoneGap

More Related Content

PPTX
Creating Apps with .NET MAUI
PDF
Anton Sakharov: The risks you take when develop cross-platform apps using HT...
PDF
Cordova and PhoneGap Insights
PPTX
Build2020: Xamarin.Forms Experts Q&A
PPTX
Choosing The Best Mobile App Framework
PDF
Visual Studio 2017 Launch Event
PDF
Intro to Flutter
PDF
접근성(Accessibility)과 안드로이드
Creating Apps with .NET MAUI
Anton Sakharov: The risks you take when develop cross-platform apps using HT...
Cordova and PhoneGap Insights
Build2020: Xamarin.Forms Experts Q&A
Choosing The Best Mobile App Framework
Visual Studio 2017 Launch Event
Intro to Flutter
접근성(Accessibility)과 안드로이드

What's hot (20)

PDF
What's New, Hot, & Awesome for Xamarin Developers!
PPTX
Build 2016 - B835 - Cross-Platform Mobile with Cordova and Ionic Framework
PDF
Alexander Shitikov: Cross Platform Mobile Development. Business Logic for mob...
PPTX
Hybrid mobile and Ionic
PDF
The Magic of flutter Comex oman 2019
PPTX
JavaScript for ASP.NET programmers (webcast) upload
PPTX
Android instant app
PPTX
Building Cross-Platform JavaScript Apps using Cordova
PPTX
Choosing the Best Mobile App Framework
PPTX
Why hybrid-is-important
PPTX
Hybrid App Development with PhoneGap
PDF
Flutter workshop @ bang saen 2020
PDF
C# Powered Robots, C# Powered Mobile Apps
PDF
Mobile DevOps pipeline using Google Flutter
PPTX
Ionic Framework - Intro to Hybrid Mobile Application Development
PDF
GITS Class #17: Coding Multiple Apps with Flutter
PDF
IPhone Web Development With Grails from CodeMash 2009
PDF
Getting Started with Cross-Platform Mobile Development with Flutter and Dart
PPTX
Ionic - Hybrid Mobile Application Framework
PPTX
Introduction to Xamarin
What's New, Hot, & Awesome for Xamarin Developers!
Build 2016 - B835 - Cross-Platform Mobile with Cordova and Ionic Framework
Alexander Shitikov: Cross Platform Mobile Development. Business Logic for mob...
Hybrid mobile and Ionic
The Magic of flutter Comex oman 2019
JavaScript for ASP.NET programmers (webcast) upload
Android instant app
Building Cross-Platform JavaScript Apps using Cordova
Choosing the Best Mobile App Framework
Why hybrid-is-important
Hybrid App Development with PhoneGap
Flutter workshop @ bang saen 2020
C# Powered Robots, C# Powered Mobile Apps
Mobile DevOps pipeline using Google Flutter
Ionic Framework - Intro to Hybrid Mobile Application Development
GITS Class #17: Coding Multiple Apps with Flutter
IPhone Web Development With Grails from CodeMash 2009
Getting Started with Cross-Platform Mobile Development with Flutter and Dart
Ionic - Hybrid Mobile Application Framework
Introduction to Xamarin
Ad

Viewers also liked (16)

PPT
Cross Platform Mobile Development with Xamarin
PPTX
Cross Platform Mobile Application Development Using Xamarin and C#
PDF
IBM MobileFirst - Hybrid App Development
PPTX
Cross platform mobile developement introduction
PPT
360 Flex Atlanta
ODP
Synapse india reviews on mobile application development
PDF
03 cross platform design
PPT
Most Popular Cross Platform Mobile Development Tools
PPTX
Amsterdam HTML5 Game Developement Meetup - ThreeDee Media presentation
PPT
Cross platform mobile application development
PDF
Cross Platform, Native Mobile Application Development Using Xamarin and C#
PPTX
Cross Platform Mobile Application Development
PPTX
Cross-platform mobile development: choices and limitations [IndicThreads Mob...
PDF
Cross platform web app development
PPTX
Rares Serban, Sr. Mobile Developer at Soft to you - cross-platform development
PDF
Cross Platform Mobile Development
Cross Platform Mobile Development with Xamarin
Cross Platform Mobile Application Development Using Xamarin and C#
IBM MobileFirst - Hybrid App Development
Cross platform mobile developement introduction
360 Flex Atlanta
Synapse india reviews on mobile application development
03 cross platform design
Most Popular Cross Platform Mobile Development Tools
Amsterdam HTML5 Game Developement Meetup - ThreeDee Media presentation
Cross platform mobile application development
Cross Platform, Native Mobile Application Development Using Xamarin and C#
Cross Platform Mobile Application Development
Cross-platform mobile development: choices and limitations [IndicThreads Mob...
Cross platform web app development
Rares Serban, Sr. Mobile Developer at Soft to you - cross-platform development
Cross Platform Mobile Development
Ad

Similar to Cross platform mobile development using PhoneGap (20)

PDF
Building Cross-Platform Mobile Apps with PhoneGap and Sencha Touch
KEY
Phone gap
PDF
Cross platform mobile approaches
PDF
Introduction to Phonegap
PPT
Multi-platform Mobile apps with Phonegap
PPTX
phonegap_101
PPTX
PhoneGap @ LDNUG
PDF
Mobile HTML Hybrid Apps
PDF
PhoneGap Framework for smartphone app developement
PDF
[2015/2016] Apache Cordova
PDF
Building Cross-Platform Mobile Apps
PDF
Phonegap presentation
PPT
Cross platform mobile application development
PDF
Cross Platform Mobile App Development
PPTX
Top 4 Cross Platform tools for Mobile App Development
PPTX
Mobile HTML Hybrid Apps
PPTX
Cross platform mobile app development tools review
PDF
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
PPTX
All About Phonegap
PDF
Introduction to phone gap
Building Cross-Platform Mobile Apps with PhoneGap and Sencha Touch
Phone gap
Cross platform mobile approaches
Introduction to Phonegap
Multi-platform Mobile apps with Phonegap
phonegap_101
PhoneGap @ LDNUG
Mobile HTML Hybrid Apps
PhoneGap Framework for smartphone app developement
[2015/2016] Apache Cordova
Building Cross-Platform Mobile Apps
Phonegap presentation
Cross platform mobile application development
Cross Platform Mobile App Development
Top 4 Cross Platform tools for Mobile App Development
Mobile HTML Hybrid Apps
Cross platform mobile app development tools review
Building Mobile Cross-Platform Apps with HTML5, jQuery Mobile & PhoneGap
All About Phonegap
Introduction to phone gap

Cross platform mobile development using PhoneGap