How to show notifications on launcher icon(such as native Messages,email app) in android like iphone.
Asked
Active
Viewed 6,678 times
2
-
possible duplicate of [Is there a way to add a badge to an application icon in Android?](http://stackoverflow.com/questions/2905542/is-there-a-way-to-add-a-badge-to-an-application-icon-in-android) – Gunnar Karlsson May 31 '12 at 10:06
1 Answers
4
Android doesnt provide a way to do this. It always references the same app launcher icon when you compile your project into an apk. There is no way to change this later on. A widget can be an alternative.

Akhil
- 13,888
- 7
- 35
- 39
-
Way to do this: http://stackoverflow.com/questions/17565307/how-to-display-count-of-notifications-in-app-launcher-icon – Mohammad Imran Oct 26 '15 at 12:33