How to use badge notification in android? [duplicate]
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] How to use badge notification in android? [duplicate]](https://i.stack.imgur.com/P3WNK.jpg)
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
加载中,请稍侯......
精彩评论