I have a tableView storing a list of notifications (retrieved from server). How can I check if the particular notification has been viewed by the user?
I need to handle read/ unread s开发者_如何学JAVAtatus of a post per user. Write now i am using a denormalized column to store comma separated user_ids. Since it is a text column the performance of the
I\'m not sure how to ask this question, so I\'ll start with an example of what I\'m doing. Here is my table structure...
I wrote this function to get the unread count of google reader items. function GetUnread($sid) { $url = \"http://www.google.com/reader/api/0/unread-count?all=true&output=xml\";