标签: android notifications android-notifications android-custom-view
我想在通知区域 中显示带有自定义视图的通知。例如,视图包含2 TextViews。此TextViews的文本应每5分钟更改一次。 我怎么能这样做?
TextViews
答案 0 :(得分:0)
您可以使用该代码创建自定义通知: http://www.coderzheaven.com/2012/09/15/create-custom-notification-android-custom-layout/
您可以使用相同的ID通知更新通知: http://developer.android.com/guide/topics/ui/notifiers/notifications.html#Updating