This document discusses push notifications and Android Cloud to Device Messaging (C2DM). It provides an overview of push technology, how C2DM works on Android including the registration process, receiving messages, and implementing C2DM in an Android app. Code snippets are provided showing how to register a device, receive messages and IDs, and configure the Android manifest for C2DM.