I like to make an app that reads articles from a website ad RSS or JSON. What method do I use to grab the XML or JSON to my app? How do I tell when the data is available locally?
Thanks.
Edit:
I’m using Objective-c for iOS. I need code for iOS please.
I don’t know what programming language you use but I can share a code snippet I developed in C#. It gets the rss content of a wordpress blog, parses that content, and displays 3 top blog post links.