How to save xml file xamarin forms -
i have following code downloads file , returns me, want downloaded , saved in memory cache or else save files locally on ios , android phone
at moment i'm doing following fetch file , list in listview
private async void feed() { controle = new controle(); rsslist = await controle.dowloadfeed("url"); }
Comments
Post a Comment