iCam 1.2 for Android (that includes the Android equivalent of push notifications when motion is detected) is essentially complete, but we are currently waiting on Google to give us the go-ahead to publish it.
Cloud to Device Messaging (C2DM) is the Android equivalent of the iOS Push Notifications:
http://code.google.com/android/c2dm/index.htmlApparently the C2DM functionality is still officially in Beta with Google, so we had to first request the ability to use it (which was granted) but with the following caveat:
Please note that by default, all new sender accounts are held to a development-only quota. This quota is sufficient for development and exploratory purposes. Before you launch a C2DM-enabled application to a large audience, please reply to this email to discuss a production-level quota, including estimates on the number of devices and average messages per device. Note that since Android Cloud to Device Messaging is currently an API in Labs, we reserve the right to fundamentally change the service and associated quotas at any time.
We sent back the reply with our usage estimates, and are now just waiting for them to get back to us.
iCam 1.2 will still be available for devices running Android 2.1 and later, but the C2DM functionality does require Android 2.2 (Froyo) or later.