I am a newbie to Xamarin.Forms Platform. I hope you can help me in moving ahead. I want to have a control like autocomplete in xamarin.forms like below
(source: codetheory.in)
Can you please guide how can it be achievable in Xamarin.Forms? I want to achieve it with the Entry Control
TIA
You haven't included what exactly you want, just some sort of autocomplete.
I'll bullet point the Manual way to do it in general for a List of items:
A general way of doing autocomplete without the long rough procedure above is to use the Android AutoCompleteTextView.
You can still use the basic logic to do it in Xamarin Forms.
Look here for the AutoCompleteTextView for Android. Look here, here and here for help with AutoComplete in Xamarin Forms.