How to implement badge on the application launcher icon, i implemented badge with the help of some of link like below
http://developer.android.com/reference/android/appwidget/AppWidgetProvider.html
http://vardhan-justlikethat.blogspot.in/2013/11/android-get-ios-style-badge-app-icon.html
http://sonuasher89.blogspot.in/2013/11/android-pushnotification-badge-icon.html
But these all runs only on devices having OS below 5.0 How to make it run above that.
Any suggestions?