I am starting working on a new app which will show news of different channels. But I am bit confused that how to get data from websites which will update automatically. Am I need their API keys for integration or some other method. please give me some suggestions.
Asked
Active
Viewed 1,372 times
1 Answers
4
News sites will likely have RSS feeds. You can use classes from System.ServiceModel.Syndication to parse them. In-depth discussion here.