可以做吗因为每个Activity都处理了对话框,所以我想到了使用一个服务,但是再次添加一个线程,我想避免这种情况.
任何其他选项可用?
解决方法
Use the notification system — don’t
use dialog Boxes in place of
notificationsIf your background service needs to
notify a user,use the standard
notification system — don’t use a
dialog or toast to notify them. A
dialog or toast would immediately take
focus and interrupt the user,taking
focus away from what they were doing:
the user Could be in the middle of
typing text the moment the dialog
appears and Could accidentally act on
the dialog. Users are used to dealing
with notifications and can pull down
the notification shade at their
convenience to respond to your
message.
创建通知的指南如下:http://developer.android.com/guide/topics/ui/notifiers/notifications.html