下载 xml 文件 rss 提要 Xamarin

Download an xml file rss feed Xamarin

我的项目中有一个名为 xamarin home 的文件,它是空的。我想下载我的 rss 提要并使用 rss 提要材料订阅 inicio.xml 文件

imagem

RSS 提要

http://pox.globo.com/rss/g1/brasil/

XDocument rss = System.Xml.Linq.XDocument.Load(url);

rss.Save(filepath);

请注意,Android 应用程序包的内容不可写 - 您需要写入用户可写文档文件夹之一或外部存储。