标签: android notifications
问候,
我正在尝试允许我的用户关闭应用,但仍然保持一个侦听事件的连接。状态栏中应显示一个图标,当用户点击通知时,它们将被带回应用程序。
关于我如何解决这个问题的任何想法?
非常感谢,
答案 0 :(得分:9)
使用Service,Notification和startForeground()。 Here is a sample application从我的一本书中展示了这种技术。
Service
Notification
startForeground()
答案 1 :(得分:4)
我认为你想要实现一项服务。 http://developer.android.com/reference/android/app/Service.html