Blank ListView Items on Android in Xamarin.Forms 4+
If you’re using ListViews and are targeting Android then read on. There are some things that may be impacting you, namely: “ListView blank cells when CachingStrategy=”RetainElement” on Android:
If you’re using ListViews and are targeting Android then read on. There are some things that may be impacting you, namely: “ListView blank cells when CachingStrategy=”RetainElement” on Android:
Async programming in C# is something that's been covered in detail by a number of people (google Brandon Minnick or Filip Ekberg), but it's still something I see misused on
A common scenario in apps is to want users to sign in before they get access to the features and functions of the app. In order to sign in, users
A short while back, fellow Xamarin MVP Michael Ridland (@rid00z) published a great post here: http://www.michaelridland.com/xamarin/taskcompletionsource-xamarin-beautiful-async/ on using TaskCompletionSource to 'mimic' async functionality and allow
Wow - it's been a long time since my last post. I've been very busy with something that I hope to chat about before too long... In the meantime, here