I am looking to have good feed architecture.
I have users and events.
A feed notification and an event feed. I would like each event update to display a notification to the user. Currently, if I have two events with the verb "update", they end up in the same activity. So I can not tell the difference between the event that was read and the one that was not read.
In the end I need to have one activity per event.
Thanks for help.