| Android Cloud to Device Messaging Framework |
|
Android Cloud to Device Messaging (C2DM) is a service that helps developers send data from servers to their applications on Android devices.
The service provides a simple, lightweight mechanism that servers can use to tell mobile applications to contact the server directly, to fetch updated application
or user data. The C2DM service handles all aspects of queueing of messages and delivery to the target application running on the target device. This tutorial
from Google presents very useful information on the topic.
|
| Android programming tutorial |
A very well written android programming tutorial. Explains the concept in simple language.
|
| Get Started Developing for Android
with Eclipse |
In this tutorial, you will learn to develop android applications with Eclipse.
|
|
Developing an App with a Background Service |
This tutorial will teach you to develop an App with a Background Service (using IPC).
|
| Understanding User Interface in Android |
This one is a very informative tutorial on User Interfaces in Android.
|
| Hello Zoom, an Android App Tutorial
|
A nice looking android tutorial with example code. Worth checking.
|
| Writing A Basic Android Application |
This tutorial assumes you have a decent knowledge of Java, and have already installed the Android SDK and Eclipse Plugin.
|
| Android Development Tutorial for Dummies
|
This step-by-step tutorial is intended to prepare a development computer, ready for your first Android app build. You will need a
Windows XP / Vista / 7 32-bit or 64-bit computer to follow the tutorial.
|
|