ne0c0de / CalendarPluginSample

Demostrates how to use a custom calendar plugin to add a calendar event from a basic phonegap application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CalendarPluginSample

Demostrates how to use a custom calendar plugin to add a calendar event to an android device from a basic phonegap application.

In this tutorial, you will learn how to write a custom plugin for Android and use it in your PhoneGap application. It will cover:

  • How to write a custom PhoneGap plugin to add a native Calendar entry to your Android device
  • How to implement the functionality needed for the plugin on both the JavaScript and native Java side.
  • How to configure and test the sample application with the custom plugin.

Full tutorial here: http://devgirl.org/2013/07/17/tutorial-how-to-write-a-phonegap-plugin-for-android/

About

Demostrates how to use a custom calendar plugin to add a calendar event from a basic phonegap application.