Recently, while supporting a team updating their dependencies on Xamarin.Android I found some code similar to the following:
Starting with API level 24, Html.FromHtml(string) is deprecated and Html.FromHtml(string, FromHtmlOptions) should be used instead.
Here’s how the code looks after updated:
Like this:
Like Loading...
Related
Published by
Alfred Myers
I have been interested in computers since I got my hands on a magazine about digital electronics back in 1983 and programming them has been paying the bills since 1991.
Holding a dozen Microsoft certifications and being awarded Microsoft MVP in C# for five years in a row starting in 2007, recently I've been educating myself on open source technologies such as Linux, networking and the open web platform.
View all posts by Alfred Myers