Dejan Basic

Results 5 comments of Dejan Basic

Hey @BurakOgutken could you please share your solution with us?

Hey @jocontacter could you please show me example of using the utils library?

> I replaced this component with the one from mmin18/RealtimeBlurView. I translated it into C#: > > https://gist.github.com/softlion/e8507be4ab62088fb424b3bfc95b8eef > > It's much easier to use. @softlion can I use this...

This is Syncfusion Xamarin.Forms Autocomplete control: ![](https://www.syncfusion.com/products/xamarin/control/images/autocomplete/xamarin-forms-autocomplete-popup-delay.gif) How they do this?

I implemented my own custom solution in Xamarin.Forms, which looks like this: I used Entry control for search box and ListView for showing search results. I managed to highlight matched...