# Upstream Messages With Google Cloud Messaging

DevFeed: [Upstream Messages With Google Cloud Messaging](<https://devfeed.tech/articles/upstream-messages-with-google-cloud-messaging-29126.md>)

Original publisher: [Read original article](<https://www.grokkingandroid.com/upstream_messages_with_google_cloud_messaging/>)

Author: Wolfram Rittmeyer

Published: 2014-02-06T08:39:14Z

Content type: tutorial

Language: en

Sources: [Grokking Android](<https://devfeed.tech/sources/grokking-android.md>)

Topics: [Messaging](<https://devfeed.tech/topics/messaging.md>), [Android](<https://devfeed.tech/topics/android.md>), [API](<https://devfeed.tech/topics/api.md>), [Google](<https://devfeed.tech/topics/google.md>), [GitHub](<https://devfeed.tech/topics/github.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [api](<https://devfeed.tech/tags/api.md>), [ccs](<https://devfeed.tech/tags/ccs.md>), [cloud-connection-server](<https://devfeed.tech/tags/cloud-connection-server.md>), [github](<https://devfeed.tech/tags/github.md>), [google](<https://devfeed.tech/tags/google.md>), [google-cloud-messaging](<https://devfeed.tech/tags/google-cloud-messaging.md>), [messaging](<https://devfeed.tech/tags/messaging.md>), [sample](<https://devfeed.tech/tags/sample.md>), [tutorials](<https://devfeed.tech/tags/tutorials.md>), [upstream-messaging](<https://devfeed.tech/tags/upstream-messaging.md>), [user-notifications](<https://devfeed.tech/tags/user-notifications.md>)

## AI overview

This tutorial explains upstream messaging with Google Cloud Messaging on Android. It introduces the messaging model, describes the Android-side event flow, and points to sample client and server applications. The article focuses on sending messages from a device to Google's cloud and is part of a series that also covers server-side processing and user-specific notifications.

## Source excerpt

Google announced a new messaging model with Google Cloud Messaging on last years Google IO. This model allows for upstream messaging and for user specific notifications. This post is the first in a three-part series in which I am going to look into both these changes and to show you how to use them. I [...] Continue Reading "Upstream Messages With Google Cloud Messaging" The post Upstream Messages With Google Cloud Messaging appeared first on Grokking Android.