About 1,410,000 results
Open links in new tab
  1. Show all items in AutocompleteTextView without writing text

    Mar 21, 2013 · I got a great solution to this. It's simple. This is just the drop-down and choosing from the options. Make sure you add these two lines to XML. …

  2. Android: AutoCompleteTextView show suggestions when no text

    Jan 24, 2010 · You can manually show the drop-down via showDropDown(), so perhaps you can arrange to show it when you want. Or, subclass AutoCompleteTextView and override …

  3. android - TextInputLayout and AutoCompleteTextView - Stack Overflow

    I'm using TextInputLayout in my Android app to achieve that neat floating label effect for my input fields. I know that I should be using the TextInputEditText as well to allow hints to be displayed …

  4. AutoCompleteTextView in Android - GeeksforGeeks

    Jan 23, 2022 · Android AutoCompleteTextView is an advanced EditText which shows a list of suggestions when user starts typing text. When the user starts typing, a drop-down menu …

  5. AutoCompleteTextView | API reference | Android Developers

    Extend by device; Build apps that give your users seamless experiences from phones to tablets, watches, headsets, and more.

  6. MaterialAutoCompleteTextView | API reference - Android Developers

    Feb 10, 2025 · Sets the simple string items of auto-completion with the given string array. This method will create a default ArrayAdapter with a default item layout specified by …

  7. Android AutoCompleteTextView Example Tutorial - DigitalOcean

    Aug 3, 2022 · AutocompleteTextView is an editable text view that shows completion suggestions automatically while the user is typing in android apps. In this tutorial we’ll implement android …

  8. MultiAutoCompleteTextView in Android with Example

    Aug 7, 2024 · MultiAutoCompleteTextView is an editable TextView, extending AutoCompleteTextView. In a text view, when the user starts to type a text, …

  9. AutoCompleteTextView in Kotlin - GeeksforGeeks

    Feb 24, 2025 · Android AutoCompleteTextView is an advanced EditText which shows a list of suggestions when user starts typing text. When the user starts typing, a drop-down menu …

  10. android how an EditText work as AutoComplete - Stack Overflow

    What you could do is save the search queries to an external file every time the user searches something (or you could use some algorithm to generate better suggestions), and load the …

  11. Some results have been removed
Refresh