Android 中的通知

发布于 2024-11-25 10:30:31 字数 347 浏览 1 评论 0原文

我正在尝试创建一个 Android 应用程序,它允许用户从特定服务器/网站接收更新。

例如,每当我有一条想要分享的信息(例如更新或通知)时,我都会将其发布到该网站上。每当我发布更新时,我希望手机也能收到相关通知并将信息添加到应用程序中。

就像 Android 上的 Gmail 应用程序一样。有邮件时立即更新,并且没有计时器每隔一段时间检查一次。

有谁知道我该怎么办?我是编程新手,如果您的答案能让我遵循步骤,那就太好了。提前致谢。

编辑:

android应用程序将有一个登录页面,它定义用户的类型。仅推送有关用户类型的更新和信息。

然而,此应用程序的用户可能无法使用谷歌帐户登录。

I am trying to create an android application which allows users to receive updates from a particular server/website.

For example, whenever I have a piece of information I want to share, like an update or notice, I will post it on this website. Whenever, there are updates posted by me, I want the phone to receive a notification about it as well and add the information into the app.

Just like the gmail app on android. Update immediately when there is a mail and not have a timer to check at every interval.

Does anyone know how can I go about it? I am new to programming, it will be good if your answers in steps for me to follow. Thanks in advance.

EDIT:

The android application will have a login page which is define the type of the user. Only the updates and information regarding the type of the user will be pushed.

However users of this application, may not login with a google account.

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

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

发布评论

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

评论(1

浅唱ヾ落雨殇 2024-12-02 10:30:31

您可以使用 C2DM - Cloud 2 设备消息传递。虽然它是相对较新的技术,所以关于它的资源并不多。

这是一个很好的教程: http://www.vogella.de/articles/AndroidCloudToDeviceMessaging/ Article.html

编辑: PS:它也处于测试阶段,因此可能比实际产品更适合作为概念证明。

You could use C2DM - Cloud 2 Device Messaging. It's relatively new tech though so not a lot of resources about it.

Here's a good tutorial on it: http://www.vogella.de/articles/AndroidCloudToDeviceMessaging/article.html

Edit: PS: and it's in beta too so might work best as a proof of concept more than an actual product.

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