Anchal
Anchal

Reputation: 859

Dynamically Updating Launcher Icon in Android

I am trying to put a dynamic value in the launcher icon of android, as number of messages will be displayed in the message icon. As the icon is static and initialised before the application starts, Is there any way to achieve this??

Upvotes: 2

Views: 5961

Answers (4)

Bhaskar Reddy
Bhaskar Reddy

Reputation: 480

You cant update because its related to manifest.xml stuff only possible with software upgrade.

Upvotes: 0

Jaya Mayu
Jaya Mayu

Reputation: 17257

simple answer is you can't do it also this question says the same. But there may be advance tricky methods/ways that I'm not aware of.

But you may try and develop widgets that changes dynamically.

Upvotes: 1

Seshu Vinay
Seshu Vinay

Reputation: 13588

You have to design your icon as a selector instead of drawable. Have a look at this.

Upvotes: 0

user370305
user370305

Reputation: 109257

For Android Launcher Icon you can't. It is impossible. (Or by Making your own launcher) The only one thing is you have to make a Android-Widget for this purpose. Which looks like a application icon. But it will act as a widget.

Also Make a dynamic launcher icon

Upvotes: 1

Related Questions