Hi Guys, I am trying to create multiple notifications in my
application. To identify each notification uniquely, i have given them
an unique identificationId.

Problem: When a notification is selected, Tabs activity is called
passing the intent. I want to access the unique notificationId of the
notification that was selected in Tabs. I tried intent.putExtra() to
save the notificationId in the intent. But, for multiple notifications
its overwriting the notificationId and returns the latest one. I dont
understand as to why this is happening and how can i avoid this
overwriting of notificationId.

Thanks,
Chander

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to