This sample shows , PushNotification integration on Android using PhoneGap or Html Android application.
Android-Push-Notification-in-PhoneGap-application is hosted in the following web site
https://github.com/VishnuGShephertz/Android-Push-Notification-in-PhoneGap-application
If you think the Android project Android-Push-Notification-in-PhoneGap-application listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Android-Push-Notification-in-PhoneGap-application.
Item | Value |
---|---|
Java File Count | 3 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar cordova-2.9.0.jar gcm.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.VIBRATE android.permission.WAKE_LOCK com.google.android.c2dm.permission.RECEIVE com.shephertz.app42.android.phonegap.push.permission.C2D_MESSAGE |
Asset File Names | assets\app42\images\open_dialog.png assets\app42\images\push_icon.png assets\app42\images\push_to_all.png assets\app42\images\push_to_user.png assets\app42\images\toast_message.png |
Android-Push-Notification-in-PhoneGap-application has the following Java source files.
com.shephertz.app42.android.phonegap.push.App42PhonegapPush.java com.shephertz.app42.android.phonegap.push.GCMIntentService.java com.shephertz.app42.android.phonegap.push.Util.java