开发者

How to use badge notification in android? [duplicate]

This question already h开发者_如何学Goas answers here: Closed 11 years ago.

Possible Duplicate:

How to create notification icon badge on Android apps (like iPhone)

Friends in Android Possible badge notification any body know then plz help me.

thanks for advance.

How to use badge notification in android? [duplicate]


Not possible to do in Android: badges are specifically an iOS feature. On Android you use Status Bar Notifications.


Use this for notification,

Notification notification = new Notification(R.drawable.someicon,title,System.currentTimeMillis()) 


Please try Widget. http://developer.android.com/guide/topics/appwidgets/index.html

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜