9

Do we have any equivalent service of Push Notification (in iPhone) for Android applications?

1
  • Google released a push notification API with 2.2 but I can't for the life of me find a thing about it on the sdk site. Commented Apr 7, 2011 at 6:01

4 Answers 4

9

The way to go is using C2dM the official google push api

http://code.google.com/android/c2dm/index.html

instead of building it yourself.

To support older phones and/or if you don't really need real time notification, you can use polling. Check out the BuzzBox SDK as the simplest way of adding a scheduler and notifications to your apps. http://hub.buzzbox.com

Sign up to request clarification or add additional context in comments.

Comments

8

Yes, here is a good tutorial with all code you need:

http://blog.boxedice.com/2010/10/07/android-push-notifications-tutorial/

http://tokudu.com/2010/how-to-implement-push-notifications-for-android/

Comments

5

use this link for learn and source code for push notification in android and build on android 1.6 you can use MQTT library. And for testing push notification in emulator refer this link.

Comments

1

Android Cloud to Device Messaging (C2DM) - Tutorial

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.