In response to a recent Xamarin forum post I spent some time building a custom Xamarin.Forms renderer for a blurred image on iOS and Android. Read on to learn how I did it.
Wednesday, May 13, 2015
Sunday, May 10, 2015
Taming The Android Activity, Part 2
In part one of this series I covered how to use a Fragment
to maintain state through configuration changes. In part two I will cover how to launch a new Activity
(in-process or not) and wait for its results using C#'s async
/await
feature.
Subscribe to:
Posts (Atom)