PC SOFT

FORUMS PROFESSIONNELS
WINDEVWEBDEV et WINDEV Mobile

Accueil → WINDEV 2024 → WDM21 - Android SysIconBadge Equivalent
WDM21 - Android SysIconBadge Equivalent
Débuté par André Labuschagné, 27 sep. 2016 12:59 - 2 réponses
Posté le 27 septembre 2016 - 12:59
Hi All

I see that SysIconBadge is available for both iOS and Windows Universal 10 apps. How does one achieve this same functionality with Android? - I want increment a number on the App Icon on an Android device.

How do I do that?

Cheers
André
Posté le 27 septembre 2016 - 16:01
Hi,

This is not supported in all Android versions or skin version of the vendor. You can write a small piece of java code to handle it yourself, or you can use a Java library, that handles different methodes depending on the OS version running.

https://github.com/leolin310148/ShortcutBadger

I think it was described in a LST also, but a can't remember with one, maybe you can look in the online indexes.

Danny
Posté le 02 octobre 2016 - 20:02
Hi Danny

Thanks for that. I had no idea that all Android versions did not support it. Ever learning.

Cheers
André