Hi all,
We are working on sample application (using Xamarin forms with MVVM Pattern Logic ). One of our requirement is to type a text in AutoComplete Control and populate the data based on the typed text of a user from WCF Service.
For this we are checking on Search Bar OR Autocomplete control. We have downloaded and checked the below Sample applications and getting the below response.
1) Search Bar: EmployeeDirectory - Deployment error occurred as "Deployment failed because of an internal error: Failure [INSTALL_FAILED_MISSING_SHARED_LIBRARY]"
2) Xamarin Labs AutoComplete: XF.Labs.Sample - This application build and run successfully but AutoComplete page is not populated(Page is not loaded).
Kindly provide us few sample application links to achieve the same or guide us to achieve our expected result.