Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Google 的推送通知,我想在通知图标中显示通知的数量,而不是显示多个通知。像这样的东西-
android的通知类中有方法或东西吗?
您可以选择创建通知时将显示的图标。与.setsmallIcon()我认为。
.setsmallIcon()
我还鼓励您为 JellyBean 实现 bigtextviews。NoficationCompat2 是一个很好的库,可以在不同的 Android 版本上优雅地管理它。
Notification 类应该用于在顶部栏显示通知(如 Gmail 通知)。据我了解,您可以使用普通的 TextView 应用一些样式使其看起来不错并将其放置在屏幕内。