I already built push notification with FCM, now I need to make badge counter on app icon. So when I got unread notification, it will be count. If I read/touch the notification on notification bar, it will be decrease the number.
This image below show What I need to use.
First Create notyfy.xml
then in your drawable folder put image with red background in your question. now create menu file in menu folder with name home_main
in your Activity where you use badge count put below code