Android - how to add a badge count to an application icon?

user2231294 picture user2231294 · Sep 16, 2014 · Viewed 32k times · Source

how to add badge count on app icon on homescreen , like inbuilt gmail app, facebook app. I can run with Samsung and Sony devices. But others like Motorola , Micromax, HTC , LG does not sets Badge.

So how to set badge count for all android devices?

Answer

Richard Le Mesurier picture Richard Le Mesurier · Sep 16, 2014

It is currently not possible to target "all android devices", only for some.

Certain manufacturers (e.g. Samsung notably) have included this functionality into their customised Android launchers. Also some 3rd-party launchers (e.g. Nova Launcher) have included an API to accomplish this.

Stock Android does not offer this functionality at the moment on the standard launcher.


I have just seen that this is a duplicate of:

There are many other related posts about this type of thing:

You can find more information there.