Top "Android-c2dm" questions

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

Discovering if Android activity is running

I'm using C2DM, my BroadcastReceivers propagate the C2DM events to a local service. the service complete the registration …

android android-activity android-c2dm
Send Push notification in android

I want know something about push notifications. I am making a android apps and in this apps first user register …

android push-notification android-c2dm android-notifications
Anyone doing C2DM on Android

I need to implement c2dm in my app. Is there anyone who is also doing this? Please help..some …

android android-c2dm
Problem registering for C2DM in Android

I'm trying to test the C2DM framework. I got the confirmation email a couple of days ago and then …

android android-manifest android-c2dm
Android C2DM port number choice

I noticed that the Google C2DM (push) tcp connection uses port 5228. I also know that some firewalls block ports …

android-c2dm
Google Cloud messaging - Sample Server

I need a sample application for Google Cloud messaging. with a sample server to test my app. can any one …

android google-cloud-messaging android-c2dm
Push notifications on Android: Google GCM vs. Amazon SNS?

My Android app needs simple push notifications to be informed about the appearance of new data on a server. Android …

android push-notification android-c2dm google-cloud-messaging amazon-sns
Is there any push notification service in Android like Apple Push Notification Service?

I want to provide a push notification service to Android phone users, is there any push notification service in Android …

android push-notification android-c2dm
Google Cloud Messaging for Android library vs. Google Play Services

Current Google GCM documentation requires you to install Google Play Services and to use them for GCM (Google Cloud Messaging). …

android android-c2dm
How to keep Listening for Push Notifications on Android in the background

I am working on Push Notifications in Android. Now the issue is that I want to keep running my Push …

java android android-service android-c2dm google-cloud-messaging