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
This plugin is for use with Cordova, and allows your application to receive push notifications on both Android and iOS devices. The Android implementation uses Google's GCM (Google Cloud Messaging) service, whereas the iOS version is based on Apple APNS Notifications.
Follow the given step by step
1) PushPlugin
2) Implement Push Notifications in your PhoneGap Application
Note: Dont't forget to add cordova_plugin.js and PushNotification.js file in your page.