I've a (rich) Notification
in my Android App which is currently using the BigPictureStyle
The Bitmap which is shown changes from time to time, therefore I need to update the notification, which is not a big deal BUT I don't know when my Notification is shown and therefore do not know when to update the Notfication.
Creating the bitmap is quite performance intensive, therefore I do not want to do it more than necessary. Do you have any idea, how I can update my Notification as less as possible but as much as needed?