Example how usign google services for push notifications.
AndroidPushNotifications is hosted in the following web site
https://github.com/Svyatoslavik/AndroidPushNotifications
If you think the Android project AndroidPushNotifications 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 AndroidPushNotifications.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 21 |
Minimum SDK Version | 8 |
Activity Count | 1 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.GET_ACCOUNTS android.permission.INTERNET android.permission.WAKE_LOCK com.example.gcm.permission.C2D_MESSAGE com.google.android.c2dm.permission.RECEIVE |
AndroidPushNotifications has the following Java source files.
com.example.pushmytst.GcmBroadcastReceiver.java com.example.pushmytst.GcmIntentService.java com.example.pushmytst.MainActivity.java