Skip to content

Instantly share code, notes, and snippets.

@noahzarro
noahzarro / cordova-plugin-guide.md
Last active January 21, 2020 09:35 — forked from bsorrentino/cordova-plugin-guide.md
Cordova Plugin Developer Guide

Cordova Plugin Development Guide for Android

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.

This simple guide, walks through the what, when, why, and how of Cordova plugin development for Android.

Introduction

Before start, understand their