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.
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
精彩评论