I have an application that read an online xml file, now i want to implement such functionality that when the user has clicked on item (read the item), it will marked as read. My problem is how to keep the old items’ read status when I request again the new content from that xml file? and when I delete the item from xml file, it then will delete such item on the phone too when the user reload the content.
Share
There’s two ways to implement it: