Hi guys, i'm a xamarin newbie. I have developed a simple Forms app to display some particular html files (by webview). To store the files i've used embedded resource. Now i need to implement a mechanism to updates of that files...so i've developed an asp net mvc web api. When i call it returns to me a zipfile with updated contents (they must be stored in the sd card). In your opinion, what is the best way to handle a lot of html files stored in the sd storage? Must i copy them to Asset (or assets are write only..?) to visualize them?
Thank you very much for your advices, i'm a little bit confused.