如何在应用程序图标上显示批次号?
在 iPhone 中,我们可以在应用程序图标上显示批次号。我想对 Android 应用程序图标做同样的事情。
我在 Android“消息”应用程序图标中看到了同样的事情。如果您收到一条消息,它将在图标上显示“1”。
我们可以使用 Widget 来做到这一点。但我不想使用 Widget。
有没有可能在没有小部件的情况下做到这一点?
请对此提出一些想法。
In iPhone we can show the batch number on the application icon. i want to do the same thing for Android application icon.
I have seen the same thing in Android "Message" application icon. I you receive one message, it will show "1" on the icon.
We can use Widget to do this. But I don't want to use Widget.
Is there any possibility to do this without widgets ?
Please give some idea about this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,抱歉。
顺便说一句,它们被称为“应用程序小部件”。 “小部件”是诸如
EditText
和Button
之类的东西。No, sorry.
BTW, they are called "app widgets". "Widgets" are things like
EditText
andButton
.