I am making an app that will load stories from rss feed and store them locally in Documents folder, so they would be available offline. My question is: How can i detect new items so i could update the existing stories list.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You would need to re-query the feeds. Either add a “Refresh” button which loads new data, or you can have a timer execute a reloading method every few minutes or whatever you require.