I want to implement notifications in android using 3.3 cordova, I\'m new at this. I have tried several tutorials but without success. Could explain a simple way to implement it
You can copy/paste the instruction on this link .
https://github.com/Pushwoosh/phonegap-3-sample-app
The files you need are : copy the index.js , to add pushnotification.js into your index.html , to add the plug in pushwoosh to config.xml and the important thing is API ID from google and the ID from pushwoosh , those two ID you can put in the index.js for IOS and Android .