Android Question Badger updated by event in database table

ricardo selle

Member
Licensed User
Hi,

How to create a function similar to whattapp, where an event in the database table (example: new record), updates the icon badger of the app icon on the device even though the application is closed.

Thanks.
Ricardo Selle.
 

ricardo selle

Member
Licensed User
How to treat badger is OK.
My question is how to make a remote server (MySQL) update Badger. As whatsapp does with new incoming messages.
 
Upvote 0

Emme Developer

Well-Known Member
Licensed User
Longtime User
How to treat badger is OK.
My question is how to make a remote server (MySQL) update Badger. As whatsapp does with new incoming messages.
WhatsApp use push notifications service (search firebase or fcm) to update the value. You should use it or any push service to achieve this
 
Upvote 0
Top