Skip to content

Instantly share code, notes, and snippets.

@edewit
Last active December 31, 2015 22:19
Show Gist options
  • Save edewit/8052352 to your computer and use it in GitHub Desktop.
Save edewit/8052352 to your computer and use it in GitHub Desktop.

Building mobile apps with AeroGear and Cordova

Mobile devices are increasingly important, and the number of different devices continues to grow. How do we support all of them? New devices often come with their own development platforms. Wouldn't it be great if we could create one application supported by all platforms? Enter Cordova and AeroGear.

Cordova allows you to access native device functions to create mobile applications for all platforms using just CSS, HTML, and JavaScript. So, you can use your existing skills to create native applications.

AeroGear has native libraries that help you rapidly develop mobile apps, while also supporting Cordova. With support for encrypted databases and one-time password push notifications, and much more, you can create enterprise worthy mobile applications with AeroGear together with Cordova.

In this session, you’ll learn:

  • How to create an application, including plug-ins, with Cordova.
  • How to rapidly build mobile applications with the AeroGear API.
  • How to create, test, and run your mobile applications on simulators.
  • How to integrate the applications into your environment.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment