Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [autocompletetextview]

AutoCompleteTextView is an Android widget that automatically shows complete suggestions as the user types.

autocompletetextview
0 votes
1 answer
24 views

Can I use Material3 AutoCompleteTextView with an array of options and two-way data binding in Android?

I am using Android's two-way databinding for a form fragment with a the corresponding ViewModel. I am using an Observer object in the ViewModel that extends BaseObservable in order to use the @...
Isaac Zamudio's user avatar
0 votes
0 answers
24 views

AutoCompleteTextView suggestion list that does not show up with API calls

I am trying to insert in my View an AutoCompleteTextView, of which I don't immediately know the list to filter in , because it comes to me from an API call I have a control when you go to type in the ...
Kevin's user avatar
  • 415
0 votes
0 answers
18 views

Android EditText with auto complete dropdown - control adapter options on each key press

I am trying to add an EditText field with autocomplete functionality (in the form of a dropdown with a list of options that can be selected as the user types into the input box) to a popup dialog. ...
nick_j_white's user avatar
0 votes
1 answer
38 views

MaterialAutoCompleteTextView automatically shows dropdown when changing theme

I'm using MaterialAutoCompleteTextView to display a dropdown list for selecting a theme. xml: <com.google.android.material.textfield.TextInputLayout android:id="@+id/...
djes's user avatar
  • 36
0 votes
0 answers
26 views

Display Country List dropdown with Flag and Country name C# Xamarin android

I am trying to create dropdown with country flag and country name. I have done the following code changes 1.In Sign Up page i have added AutoCompleteTextView <com.google.android.material.textfield....
Rutuja Shinde's user avatar
0 votes
0 answers
30 views

Add margin between autocompletetextview and drop-down

I want to add margin between Autocompletetextview and opened drop-down. Attached the pic
Athar Iqbal's user avatar
0 votes
1 answer
68 views

How to test with Espresso if the popup of an AutoCompleteTextView is open or not in my Android activity

I have an AutoCompleteTextView in my Android Activity In my espresso test, I want to check if the popup with the proposals is opened or closed. How can I do that? I have tried many ideas, including: ...
Laurent D.'s user avatar
0 votes
2 answers
35 views

Autocomplete textview suggestion option is comming even after selecting a option

I have a autocomplete textview where what I am doing is , after entering at least three character a api will call and I am getting a list from the api which I am using as a suggestion but the problem ...
Sumita's user avatar
  • 11
0 votes
1 answer
52 views

AutoCompleteTextView not adjusting height

I have an autoCompleteTextView with a custom array adapter attached but when i filter results as the user types the view of the list seems to have a fixed size. in the first example I have 3 matching ...
Pointyhat's user avatar
  • 487
0 votes
0 answers
27 views

Unable to get place predictions using new Google Places API with custom AutocompleteTextView and ArrayAdapter

My app intends to provide nearby places suggestion when a user is inputting his address. It will also allow the user to interact with the visible map while inputting his address where necessary. After ...
Balsamiq's user avatar
2 votes
1 answer
53 views

How to automatically Adjust text field when the keyboard pop up

I have tried to implement a searchbar like youtube but I am facing issue when I have used this searchbar in a view which in near bottom of the screen, and when I am clicking on this search bar ...
Vishal Kumar's user avatar
1 vote
1 answer
46 views

AutocompleteTextView dismissDropDown() not working

I have an autocomplete textview that fires a HTTP request when text changes, to search in a remote database. The problem is when I click an item of the dropdown the TextWatcher detects it as a text ...
pmpato's user avatar
  • 31
0 votes
1 answer
155 views

Setting AppCompatAutoCompleteTextView dropdown width with margins

I have the following AppCompatAutoCompleteTextView - <androidx.appcompat.widget.AppCompatAutoCompleteTextView android:id="@+id/phoneNumberPrefixTextView" style=&...
Alon Shlider's user avatar
  • 1,268
0 votes
0 answers
34 views

How do i show suggessions in AutoCompleteTextView Android?

there I have an problem like suggestions not showing automatically in AutoCompleteTextView, So what is my flow? I added an com.google.android.material.textfield.MaterialAutoCompleteTextView ...
Urvish Stack's user avatar
0 votes
2 answers
50 views

List of AutoCompleteTextField not visible (is drawing behind softKeyboard)

I have a problem, which I cannot solve ... I have a activity where the user could add some information like name and so one. It is written in Kotlin with the Jetpack Compose library. One field is an ...
Sebi's user avatar
  • 145

15 30 50 per page
1
2 3 4 5
97