-4

I want to implement feature such as, when new message is received on Android. Look on the image on detail and please help if you can.

UPDATE

I just want to build imageview in xml like new message icon on homescreen, with red circle on the right-top.

enter image description here

Big.Child
  • 2,948
  • 4
  • 19
  • 26
  • for this please look in to this [article](http://developer.android.com/guide/topics/appwidgets/index.html) android-viewbadger [code](https://github.com/jgilfelt/android-viewbadger) – Dhaval Parmar Apr 22 '13 at 12:55

1 Answers1

1

You are welcome to implement a home screen app widget for that purpose. Or, you are welcome to implement your own home screen, and offer some sort of badging API to third parties.

You have no means of affecting anything else on the home screen.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491