Search as you type in Xamarin.Forms - the Reactive Extensions way
In my previous post I showed how to introduce search as type behavior into Xamarin.Forms app with standard Forms Behaviors.
Let’s see how to do it in other, more declarative and configurable manner, using Reactive Extensions (Rx) instead of Task
and CancellationTokenSource
.