Android 有本地通知吗?

发布于 2024-12-22 10:50:44 字数 88 浏览 0 评论 0原文

在我的应用程序中,我想使用本地通知。 我不知道 Android 是否有任何本地通知可用。

如果是,请给我任何示例来实现它。

谢谢。

In my application I want to use the Local Notification.
I don't know is there any local notification available in Android or not.

If yes then please give me any sample example to implement it.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

倒带 2024-12-29 10:50:44

Android 并没有真正区分远程(Apple 术语中的推送)和本地通知。使用 Android 的 C2DM,您不会免费获得弹出框或任何 UI。

我想你只想看看:

对于在某个时间做某事,您想查看:

Android doesn't really have a distinction between remote (push in Apple terms) and local notifications. You don't get a box pop up or any UI at all for free with Android's C2DM.

I think you just want to look at:

For doing something at a certain time you want to look at:

戏剧牡丹亭 2024-12-29 10:50:44

有一个带有 PendingIntent 的新通知示例,用于在用户单击时调用 Activity。

PendingIntent 通知不要第二次调用我的 Activity

there is a sample of new Notification with PendingIntent for call Activity when the user click on.

PendingIntent of Notification don't call my Activity second time

鸠书 2024-12-29 10:50:44

是的,android中有本地通知。要了解如何使用它们,请参阅此答案 - 如何安排本地通知 Android?< /a>

yes, there are local notifications in android. To understand how to work with them see this answer - How schedule local notifications Android?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文