0

i want to set notification count budge on the application icon likes Gmail,Message application in android mobile

Note : Without using third party application

dev_mg99
  • 563
  • 6
  • 17

1 Answers1

1

To create an App Widget and create a widget remote layout for your applications.

1.Create receiver for applications 2.Update the widget view any updates will get

You can redirect developer site Android Widget

Rajith Rajan
  • 141
  • 7
  • this link for widget how to make widget but i don't want like this. I want to set notification count on application icon like IPhone application and in android gmail counter budget – dev_mg99 Jan 07 '15 at 11:43
  • 1
    not possible via android API - see this [link](http://stackoverflow.com/questions/17565307/how-to-display-count-of-notifications-in-app-launcher-icon/24804467#24804467) – droideckar Jan 14 '15 at 23:02