user1676640
user1676640

Reputation: 635

push notification in android application

Hi i wish to implement push notification in my own android application. how can i do? please give me some ideas....

This kind of broadcast receivers should receive messages even if my app is closed(like Gmail.here i receive one new message in my inbox means that time the notification message is displayed on top of my android device,clicked that notification message means directly go to inbox and view that message).

here i wish to insert one data on my database means the notification message is display on my android app even my app is closed.

Upvotes: 1

Views: 4365

Answers (2)

guerilla
guerilla

Reputation: 405

see http://developer.android.com/guide/google/gcm/index.html for detaily. There you find a tutorial and all the basic stuff

Upvotes: 0

Related Questions