嗨,我希望push notification
在我自己的 android 应用程序中实现。我能怎么做?请给我一些想法....
即使我的应用程序关闭,这种广播接收器也应该接收消息(如 Gmail。这里我在收件箱中收到一条新消息意味着通知消息显示在我的 android 设备顶部的时间,单击该通知消息意味着直接转到收件箱并查看该消息)。
在这里,我希望在我的数据库中插入一个数据,这意味着即使我的应用程序已关闭,通知消息也会显示在我的 android 应用程序上。
嗨,我希望push notification
在我自己的 android 应用程序中实现。我能怎么做?请给我一些想法....
即使我的应用程序关闭,这种广播接收器也应该接收消息(如 Gmail。这里我在收件箱中收到一条新消息意味着通知消息显示在我的 android 设备顶部的时间,单击该通知消息意味着直接转到收件箱并查看该消息)。
在这里,我希望在我的数据库中插入一个数据,这意味着即使我的应用程序已关闭,通知消息也会显示在我的 android 应用程序上。
请参阅http://developer.android.com/guide/google/gcm/index.html。您需要实施 GCM。
编辑:
即使应用程序在后台也能收到通知,请参阅Android GCM(推送通知):如果应用程序停止,设备不会收到通知。
请参阅Android GCM 基本实现, http: //developer.android.com/guide/google/gcm/demo.html & How to setup Google Cloud Messaging for Android?
有关详细信息,请参阅http://developer.android.com/guide/google/gcm/index.html。在那里你可以找到一个教程和所有基本的东西