User-619902713 posted
I am using weather app template, i need autocomplete text box
I am using example code from weather app, but not able to use below.
https://developer.xamarin.com/recipes/android/controls/autocomplete_text_view/add_an_autocomplete_text_input/
I need to add auto complete text box but getting error on overload when i try to add at "WeatherPage.xaml.cs"
Get error in ArrayAdapter overload values this and autoCompleteOptions
var autoCompleteOptions = new String[] { "Hello", "Hey", "Heja", "Hi", "Hola", "Bonjour", "Gday", "Goodbye", "Sayonara", "Farewell", "Adios" };
ArrayAdapter autoCompleteAdapter = new ArrayAdapter(this,
Android.Resource.Layout.SimpleDropDownItem1Line, autoCompleteOptions);