开发者

Create a Notification on the Icon of the application

开发者 https://www.devze.com 2023-04-03 13:44 出处:网络
I want to create a red notification circle on the icon of the application when I receive something. Like in BBM, when a message is recei开发者_C百科ved, a red circle appears on the icon of the BBM. I

I want to create a red notification circle on the icon of the application when I receive something. Like in BBM, when a message is recei开发者_C百科ved, a red circle appears on the icon of the BBM. I want to do the same.

How to do that? Thanks in advance


Probably, you are going to implement push notification or will call a method that checks the relevant service. After this implementation, you can use the net.rim.blackberry.api.homescreen class like below;

Bitmap icon = Bitmap.getBitmapResource("newiconwithstar.png");
net.rim.blackberry.api.homescreen.HomeScreen.updateIcon(icon);
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号