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

Popular posts from this blog

PHP and MySQL WP -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

go - golang pprof for c library code -