Skip to content

Instantly share code, notes, and snippets.

View pchariskos's full-sized avatar

Petros pchariskos

View GitHub Profile
@pchariskos
pchariskos / cordova-plugin-guide.md
Created April 19, 2017 13:22 — forked from mlynch/cordova-plugin-guide.md
Cordova Plugin Developer Guide

Cordova Plugin Development Guide (iOS and Android)

Version: 0.0.1 updated 7/1/2016

Cordova Plugins are the magic that enable our mobile web app content to access the full power of Native SDKs underneath, but through clean JavaScript APIs that work the same across all platforms we target.

Building Cordova plugins is scary for many Cordova and Ionic developers, but it doesn't have to be. This simple guide walks through the what, when, why, and how of Cordova plugin development for iOS and Android.

Introduction