Top Banner
PHONEGAP Easily create apps using the web technologies HTML, CSS, and JavaScript
24
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Easily create apps using Phonegap

PHONEGAP

Easily create apps using the web technologies

HTML, CSS, and JavaScript

Page 2: Easily create apps using Phonegap
Page 3: Easily create apps using Phonegap

IOS

Android

Windows

Windows Phone 8

BlackBerry 10

Amazon Fire OS

Tizen

Firefox OS

Ubuntu

PhoneGap is a free and open source framework that allows you to create mobile apps

Page 4: Easily create apps using Phonegap

sudo npm install -g cordova

cordova create hello com.example.hello Hello

Install:

Create the app:

Build the app:

cordova build ios

Test the app an Emulator:

cordova run android

Add platforms:

cordova platform add blackberry10

Add plugin features:

cordova plugin add org.apache.cordova.contacts

Page 5: Easily create apps using Phonegap

Supported Features

Page 6: Easily create apps using Phonegap
Page 7: Easily create apps using Phonegap
Page 8: Easily create apps using Phonegap
Page 9: Easily create apps using Phonegap
Page 10: Easily create apps using Phonegap

APPERY.IOThe industry’s leading cloud-based rapid development environment for building mobile apps

Page 11: Easily create apps using Phonegap
Page 12: Easily create apps using Phonegap
Page 13: Easily create apps using Phonegap
Page 14: Easily create apps using Phonegap
Page 15: Easily create apps using Phonegap
Page 16: Easily create apps using Phonegap
Page 17: Easily create apps using Phonegap
Page 18: Easily create apps using Phonegap
Page 19: Easily create apps using Phonegap
Page 20: Easily create apps using Phonegap
Page 21: Easily create apps using Phonegap
Page 22: Easily create apps using Phonegap
Page 23: Easily create apps using Phonegap
Page 24: Easily create apps using Phonegap