push notification in android application

2019-08-08 19:27发布

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.

2条回答
相关推荐>>
2楼-- · 2019-08-08 19:34

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

查看更多
登录 后发表回答