Skip to content

nicholaslopiccolo/cordova-plugin-myplugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-myplugin

cordova plugin for android application.

install

cordova plugin add https://github.com/nicholaslopiccolo/cordova-plugin-myplugin.git

How to test new code before commit

cordova plugin add --link ../cordova-plugin-myplugin/

To add

to the android manifest

<uses-permission android:name="android.permission.SEND_SMS" />

Debug a plugin

Listen all the Log from a specific tag: Java code example:

import android.util.Log;
Log.i("tag","this is a log.");

From terminal:

adb -d logcat tag:I *:S

continuo

Un buon plugin da cui prendere spunto: https://github.com/katzer/cordova-plugin-local-notifications/blob/master/plugin.xml

<preference name="KeepRunning" value="true"/>

About

cordova plugin for android application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published