Android: Is it possible to update a ImageView/ImageButton with a number to show the number of new messages?
In iOS we have a feature to update the app icon with the new pending messages for the user by showing a small number on the right-top corner of the icon and similarly I would like to know if we have method to update a ImageView/ImageButton in android(Here I am not looking to update the icon on the home screen but inside my app). For example, the pic shows the red background icon with the number of messages pending to be read in red and if there are no messages it shows with a gray background. Thanks, I was interested in this SO as I didnt know how to do it neither. So I started looking into it