android中如何做通知?
我正在 Android 上做一个帮助台应用程序。我想实现未读票证的通知(客户建议或投诉)。在这个应用程序的 iPhone 版本中,即使该应用程序没有在应用程序图标本身上打开未读票据计数器,在 Android 中是否有可能?如果是这样,请帮助我像 iPhone 一样实现,否则请帮助我实现未读票证的正常 Android 通知。
谢谢
I am doing a helpdesk application on android. I want to implement a notification for unread tickets(customer suggestions or complaints). In iPhone version of this app, even if the app is not open a counter for unread tickets on the app icon itself, is it possible in android. If it so please help me to implement like iPhone otherwise help me to implement normal android notification for unread tickets.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
调用这个方法
call this method
这可能有帮助:
http://developer.android.com/guide/topics/ui/notifiers /notifications.html
this may help:
http://developer.android.com/guide/topics/ui/notifiers/notifications.html