tags:

views:

45

answers:

1

i want display multiple notification in single icon

+2  A: 

Have a look at the documentation to the Notification class:

Notification.number

If you set for example

myNotification.number = 10

then a overlay will be displayed on your notification icon in the status bar showing the value of the number variable

Actually it looks like that:

alt text

Martin
i know this...but i am using multiple notification...for this it shows icon per notification
Kandhasamy