Top "Android-c2dm" questions

Google Cloud Messaging for Android (GCM) - service for sending messages from third-party server to device.

Android "hello world" pushnotification example

I am new to android application development and I am learning little bit. I am in a hard mission for …

android push-notification android-c2dm
Is it possible to detect Android app uninstall?

My app is using Google's C2DM (push notification) to notify users about new activity from friends. Once they install …

android uninstallation detect android-c2dm
How to add a push notification in my own android app

I have developed a push notification application in Android from this tutorial:push notification in android app. The register button …

java android push-notification android-c2dm
C2DM: How to use C2D_MESSAGE permission?

I am about to implement C2DM for my application, but I find the documentation a bit confusing regarding how …

android android-c2dm
What is the maximum number of characters that can be displayed in Android and iOS push notification?

What is the maximum number of characters that can be displayed in push notification in Android without the text being …

android ios android-c2dm
java.lang.RuntimeException: WakeLock under-locked C2DM_LIB

I have uploaded my application on google play but users have reported the following exception java.lang.RuntimeException: WakeLock under-locked …

android android-service android-c2dm google-cloud-messaging
Emulator without GPU emulation detected

I am trying to execute a sample C2DM Application, but I get an "Emulator without GPU emulation detected"` message …

android android-c2dm
What is the Android GSF package?

What is it the GSF_PACKAGE I found in the C2DM Tutorial? To be precise: public static final String …

android android-c2dm
C2DM implementation PHP code

I am creating the Android application where C2DM push notification is used. But i have a problem in creating …

php android push-notification android-c2dm
Android C2DM Push Notification

I am developing one application and in that application I need to implement push notifications. Can anyone suggest how I …

java android push-notification android-c2dm