In my custom launcher app I have a recyclerview of apps, and I am trying to implement unread notifications badge to every view. How do I return the number of unread notifications for every app installed on my device?
Asked
Active
Viewed 102 times
0
-
Try this: https://stackoverflow.com/questions/48669152/i-want-to-display-notification-count-badgeon-launcher-icon-in-android – Cyph3rCod3r Aug 28 '18 at 10:14
-
That solution works for showing the badge on my app's icon. – Manuto Aug 28 '18 at 12:32
-
Cool now please post the answer here as what you did to help others. Cheers – Cyph3rCod3r Aug 29 '18 at 06:31