Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing the application icon text dynamically in Android

I am developing a calendar app, wherein i will using a service to display date in the application icon text itself. For Eg: If date is: 26 Apr 2010, then my application name in the phone menu will also show the same. So I am not understanding how to change the application's icon text dynamically through program.

like image 495
Achal Avatar asked Nov 05 '22 13:11

Achal


1 Answers

I'm not aware of a way to change the Application Title in code. I believe it's fixed once your app is installed.

If you want an icon that changes to notify the use of things add an App Widget to your application and users can add this to their Home Screen.

like image 120
Dave Webb Avatar answered Nov 13 '22 05:11

Dave Webb