在我想要的时候显示通知?

时间:2015-11-28 15:27:17

标签: android notifications

如何在需要时发送通知?例如,我想显示有关新更新,公告的通知...自定义通知。可能吗?有图书馆吗?

1 个答案:

答案 0 :(得分:2)

我使用Parse Android通知API:

http://www.parse.com

以下是如何在项目中导入和激活API的说明:

https://parse.com/apps/quickstart#parse_push/android/native/existing

然后你需要做的就是去解析网站并发送推送通知:

https://parse.com/tutorials/android-push-notifications

发送通知看起来像这样: How you send the notification

这里有一个Catch:

Catch