Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
PhoneGap 4 Mobile Application Development Cookbook

You're reading from   PhoneGap 4 Mobile Application Development Cookbook Build real-world hybrid mobile applications using the robust PhoneGap development platform

Arrow left icon
Product type Paperback
Published in Oct 2015
Publisher
ISBN-13 9781783287949
Length 356 pages
Edition 1st Edition
Arrow right icon
Toc

Table of Contents (14) Chapters Close

Preface 1. Welcome to PhoneGap 3 FREE CHAPTER 2. Movement and Location – Using the Accelerometer and Geolocation Sensors 3. Filesystems, Storage, and Local Databases 4. Working with Audio, Images, and Video 5. Working with Your Contacts List 6. Hooking into Native Events 7. Working with XUI 8. Working with the Ionic Framework 9. Ionic Framework Development 10. User Interface Development 11. Extending PhoneGap with Plugins 12. Development Tools and Testing Index

Using the PhoneGap Build service

A benefit of the Cordova project is the ability to create a native application from an HTML file and a little JavaScript, at its very minimum. Adobe Dreamweaver CS6 has the built-in capabilities to interact with and upload your mobile project directly on the remote PhoneGap Build service on your behalf. You can, however, build your application using the service directly via the Web.

Getting ready

To use the PhoneGap Build service, you will first need an active PhoneGap Build service account, which is free and incredibly easy to set up:

  1. Head over to https://build.phonegap.com/people/sign_up to begin the registration process. You can sign in using either your Adobe ID or your GitHub account details, as shown here:
    Getting ready

How to do it...

In this recipe we will create a very simple single-file application and upload it to the Build service using the web interface:

  1. Create a new index.html file, and include the following code in it:
    <!DOCTYPE html>
    <html>
    <head...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image