安卓闹钟提醒

发布于 2024-09-25 19:42:34 字数 323 浏览 2 评论 0原文

我有一个应用程序正在从 SQLite 数据库加载即将到来的日期(例如生日) 并将其显示在 ListView 上。效果很好。 我现在想要的是通过 AlarmToast 或没有的东西定期通知用户 启动应用程序。用户只有一个选择何时通知:同一天1天前以及时间! 有人知道如何实现这一点吗?也许是 ServiceTimer,或者两者兼而有之? 我会很高兴得到一些提示。

I have an app which is loading upcoming dates (like Birthdays) from an SQLite database
and showing it on a ListView. That works fine.
What I now want is to inform the user regular by an Alarm or Toast or something without
starting the application. The user has the only option when to inform: on the same day or 1 day before and the time!
Has someone an idea how to realize this? Maybe a Service or a Timer, or both?
I would be very pleased about some tips.

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

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

发布评论

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

评论(1

漫漫岁月 2024-10-02 19:42:34

查看 AlarmManager。另请注意,该服务不会在会话之间保留警报,因此您需要 设备启动后重新设置它们。另一种选择可能是使用 Google 日历 API 创建生日活动,然后通知将由 Google 日历应用程序处理。

Take a look onto AlarmManager. Also note that the service doesn't persist alarms between sessions so you'll need to re-setup them after device boot. Another option may be using Google calendar API to create birthday events, notification will be handled by Google calendar app then.

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