I use eclipse IDE for develop android applications.
I want to show notification badge on android app icon for all android devices but i did not find solution for that. How does i implement this?
I use eclipse IDE for develop android applications.
I want to show notification badge on android app icon for all android devices but i did not find solution for that. How does i implement this?
An Android library named ShortcutBadger
makes your android app showing the count of unread messages as a badge on your app icon. Try it.
https://github.com/leolin310148/ShortcutBadger
Using android-viewbadger
lib you can easily create badge
on any given android view at runtime without having to cater for it in layout.