Tell me are there api's to read rss/atom feeds?
Answer / Yogendra Kumar Singh
Yes, Windows Phone offers APIs for reading RSS and Atom feeds through the Windows.Web.Syndication namespace. This allows you to easily parse and consume feeds in your application:
```csharp
using Windows.Web.Syndication;
var feed = await SyndicationFeed.LoadFromUriAsync(new Uri("feedUrl"));n
| Is This Answer Correct ? | 0 Yes | 0 No |
How the volume work between apps and hardware buttons on the device?
How to change language settings?
Suppose I am hitting System.InvalidOperationException in the Navigate method of the WebBrowserControl. What gives?
Tell me Will TextTrimming property be available on TextBlock?
Can I use my phone as a boot device?
Can I get weather for my location?
Explain how to detect the resolution of my device?
How to save Silverlight UIElements into an image?
Do you know will Microsoft ship a panorama control with the run-time?
What is the latest version of windows?
How to detect the resolution of my device?
Is wcf supported in windows phone?