可能重复:
Is there a way to add a badge to an application icon in Android?
我只是想知道我们可以在Android应用程序图标中显示徽章编号吗?
我知道Android通知与Iphone不同,但我想在我的Android应用程序中做。
这适用吗?
感谢您的回答。
答案 0 :(得分:10)
我认为我们可以做到。检查此问题Badge on Android TabHost。接受的答案引用此代码https://github.com/jgilfelt/android-viewbadger
编辑我还没有尝试过。检查这个问题。 Is there a way to add a badge to an application icon in Android?
答案 1 :(得分:7)
您只能通过创建小部件代替应用图标来实现。查看this question了解更多信息。