I have to build an application for push notifications in android.I read from the net tutorials that for push notifications C2DM is required.And for c2dm android market application needs to be installed.Can i plz have guidelines as how to install android market app in my emulator?
Share
for implementation of push notification you don’t really need the market app,
take a look at this answer
Android C2DM Push Notification
and the tutorial
http://blog.mediarain.com/2011/03/simple-google-android-c2dm-tutorial-push-notifications-for-android/