您好我希望在我自己的Android应用程序中实现push notification
。我能怎么做?请给我一些想法......
即使我的应用程序已关闭,此类广播接收器也应接收消息(如Gmail。我在收件箱中收到一条新消息意味着通知消息显示在我的Android设备上,点击该通知消息意味着直接转到收件箱并查看该消息。)
这里我想在我的数据库中插入一个数据意味着即使我的应用程序关闭,我的Android应用程序上也会显示通知消息。
答案 0 :(得分:2)
请参阅http://developer.android.com/guide/google/gcm/index.html。您需要实施GCM。
修改强>
即使应用处于后台,也要收到通知,请参阅Android GCM (push notification): device doesn't receive notification if application is stopped。
请参阅Android GCM basic implementation,http://developer.android.com/guide/google/gcm/demo.html& How to setup Google Cloud Messaging for Android?
答案 1 :(得分:0)
请仔细查看http://developer.android.com/guide/google/gcm/index.html。在那里你找到了一个教程和所有基本的东西