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

learn more… | top users | synonyms

0
votes
0answers
11 views

Android using AutoCompleteTextView with Location suggestions (Using Geocoder and getFromLocationName())

I have an AutoCompleteTextView where i want to search for locations, example: You type "vig" and the AutoCompleteTextView list shows the 5 best results for that: "4560 Vig", "Juan Pablo Perez..", "The ...
0
votes
0answers
29 views

AutoCompleteTextView don't show dropdown when I come back to this activity after go to another activity

I use a adapter to fill the AutoCompleteTextView. At first,everything goes fine.The AutoCompleteTextView works fine.Then I want to go to another activity to do some work.But when I come back,the ...
1
vote
1answer
36 views

How to Autocomplete textview in android and search data add in listview in android?

i developing autocomplete textview and i used search from webservice used .but my problem is autocomplete textview set listview but i coudn't see listview updated.how to possible.my code below>please ...
0
votes
2answers
31 views

to update the second autocompletetextview based on the value of the first one

In my android app i have an autocompletetextview feild to suggest different State names to the user. the code is as follows: ArrayAdapter<String> state_adapter=new ...
0
votes
1answer
18 views

Android setFocusable on AutoCompleteText?

I was just wondering if setFocusable works with AutoComplete text view. I looked for examples and implemented it but setFocusable (in my observation) works only with EditText. Does setFocusable ...
2
votes
4answers
53 views

AutocompleteTextView setText or setHint not working

So in my first activity i'm getting the current location as currentLocation through reverse geocoding and i use sharedPreference to pass the value to the next activity (second.java/class). This class ...
0
votes
1answer
46 views

google distance matrix with autocomplete on android

I am trying to do what the header is saying, which is to create an app with google distance matrix with autocomplete on android. So far, with my research and studying on the books myself, it is very ...
6
votes
1answer
165 views

Android overlapping text on adapter

On some phones, mainly a Galaxy S2 I am having an issue where the results in a custom adapter overlap on each other. This is an example where user searched for the word "vaginal" in a search field, it ...
0
votes
0answers
43 views

AutoCompleteTextView scrolling in Samsung Galaxy Note 2

I have two android devices, one is a samsung galaxy stratosphere II and the other is a samsung galaxy note 2. I'm developing an android app that uses an AutoCompleteTextView. For some reason, in the ...
-1
votes
1answer
44 views

AutoCompleteTextView,show a custome dropdownlist, ArrayList<String> by CharSequence user entered [closed]

I'm sorry I do not speak much English, I hope will not delay you understand what I mean. now,I use a AutoCompleteTextView,but the results it shows is stupid,for example,there is a ...
0
votes
1answer
33 views

Implementing autocompletetextview next to ImageButton using 9patch in a RelativeLayout

I'm having trouble implementing a SearchBox with an ImageButton to the right using assets provided by a designer. I'm not sure if the problem is because of the assets or my implementation. It should ...
0
votes
0answers
10 views

AutoCompleteTextViews refreshing issues

In my android project I have two AutoCompleteTextViews, and I refresh their adapters by calling two AsyncTasks: new QueryAllWinesTask(this,messageEndpoint).execute(); new ...
0
votes
0answers
37 views

AutoCompleteTextView crashes

I have this problem (maybe it's stupid, but I just can't see what happens). I have an adapter which provides a list of suggestions for an AutoCompleteTextView. I want to modify the suggestions by ...
0
votes
0answers
42 views

AutoCompleteTextView not working when downloading suggestions

I have an appengine connected android project, and I am trying to download from my backend a list of suggestions to use in my AutoCompleteTextView. The download is done through a class ...
0
votes
0answers
46 views

Using AutoCompleteTextView with sqlite database?

I wanted to use Autocomplete functionality in my application.I have a table with 4000 rows of data in it. How can I use CursorLoader for implementing AutoCompleteTextView .
0
votes
0answers
26 views

Multiline AutoCompleteTextView not accepting scrolling touch

I created a multiline AutoCompleteTextView component inside an activity whose main root is a scrollview (because my activity contains lots of controls), and set its max and min lines to 4. It loads ...
0
votes
0answers
16 views

ListFragment with editable item intermittent failure to perform input setup

My application has a section of code that behaves differently on different devices. I'll gladly take suggestions for a better title for my question. The user starts out looking at a ListFragment ...
0
votes
1answer
28 views

Autocompleteview with custom list item is not working as expected

I would like to use the android autocomplete text view with custom dropdown list items (not only the string will be included). It works in a special way: it finds the corresponding items in my ...
0
votes
1answer
21 views

How to disable click event for certain elements in AutoCompleteTextView

I am using AutoCompleteTextView (ref : AutoCompleteTextView ) I am able to get list of auto suggestion provided by this view. Now I want to disable the second suggestion from this view. Can you ...
2
votes
1answer
68 views

Showing autocompletetextview results as suggestions above keyboard

I have an autocompletetextview and it works very well but I would like to show the results as suggestions above the keyboard. It does this by default when in landscape mode, but not when in portrait. ...
0
votes
1answer
36 views

Getting all contacts add adding to ArrayAdapter to bind to AutoCompleteEditText

I am working an android project and I am trying to make use of the the AutoCompleteEditText and bind the ArrayAdapter of the contacts. But I am having an issue returning an array of contacts. Below ...
0
votes
3answers
52 views

Android Prorgram Crashes when i attempt to getText() from an autocompletetext

I am trying to build an android app that allows you to input text, and will then transfer the text to the main screen. It allows me to build the autocomplete with no issue, but whenever i try to ...
0
votes
1answer
24 views

How to use two or more autocompletetextview in the same layout?

I'm trying to make a layout with two AutoCompletetextViews, the problem is how to differentiate the .addTextChangedListener(this) from each one. I mean an EditText can be differentiated by its own ...
0
votes
2answers
169 views

HoloEverywhere AutoCompleteTextView java.lang.ClassCastException

I am trying to get the HoloEverywhere class AutoCompleteTextView to work with my app. The main reason for this is I want the Holo theme to work on pre 3.0 devices (specifically API levels 8-10) Here ...
0
votes
2answers
51 views

AutoCompleteTextView with MySQL Data

I have an AutoCompleteTextView that I need to suggest names from a MySQL table. I have only once used this before with hard coding a string array. I have only seen one example, at this link, and it ...
0
votes
0answers
49 views

android MultiAutoCompleteTextView detect suggestion list item click

In application i am using MultiAutoCompleteTextView for select contact from local database. I have to abort adding text in MultiAutoCompleteTextView while user click on Auto Suggestion List Item ? ...
1
vote
1answer
80 views

Why can't I update the AutoCompleteTextView dynamically?

I use an ArrayList and an ArrayAdapter to log down the contents of AutoCompleteTextView, and I want to dynamically refresh the AutoCompleteTextView when the list is modified. The modification of the ...
0
votes
2answers
57 views

Check if a key from Hashmap is typed in an AutoCompleteTextView

I created an HashMap<String, String> that i populated beforehand. And i want my AutoCompleteTextView to tell me, as i'm typing if it's in the HashMap or not. Here's my code so far : ...
4
votes
1answer
342 views

Android - searchview with auto complete feature inside action bar

I want to build an app that has sherlock action bar and a search view inside it. However, i want this searchview to have autocomplete feature like what autocompleteTextView has. Is there any straight ...
8
votes
2answers
361 views

Android Actionbar SearchView as Autocomplete?

I am using a SearchView in the Action bar. I want to use autocomplete feature on the search veiw to get results from the Database ? Is this Possible ? Or do i need to use a custom text box and then ...
2
votes
0answers
36 views

Showing autocompletetextview adapter continuously even after clicked on the list item ??

I'm working on the autocomplete textview concept it works fine on emulator when it is checked in mobile it is always showing dropdown list even after tapping the listitem.Please help me out from this ...
0
votes
0answers
22 views

MultiAutocompleteTextView is not wrapping downwards. It goes on scrolling horizontally

I was creating a control to display names in TO list while composing an email. For that I used MultiAutoCompleteTextView. But when I enter names so that it exceeds screen width, it is not getting ...
0
votes
0answers
72 views

How to set filter to AutoCompleteTextView?

I have some data in in arrayList allDoctorsAndSpecialities. In my Oncreate method I have set adapter and threshold(3) for my autotxt(AutoCompleteTextView) However,My problem is I don't want to show ...
1
vote
3answers
47 views

AutoCompleteText issue getting repeated values in list?

Please help me out with this issue: I want to display country and code when i search in the autocomplete text view and its working fine but iam getting twice values rather than single value. ...
0
votes
1answer
120 views

AutoCompleteTextView dropdown style ignored

Madness...no matter WHAT I try, my AutoCompleteTextView shows drop down items with default styling. I cannot seem to access the dropdown view in any way - I've tried styling in XML as well as coding ...
0
votes
2answers
41 views

In AutoCompleteTextView, is there a way to use the act of selecting a suggestion as a means of pressing “enter” to submit the sugggestion

I have an AutoCompleteTextView, it gives a list of suggestions like it should, when you type something into the TextView. However, when you select the suggestion, you still have to hit Enter to not ...
2
votes
1answer
99 views

AutoCompleteTextView's Suggest List overlapping with soft keyboard android

I have a AutocompleteTextView. Suggests List will appear on typing 3 characters.Suggest list size to be be fixed i.e. 8 . Every thing is working fine except the suggest list getting overlapped with ...
0
votes
1answer
68 views

How to register for long press on list item displayed in the drop down menu in AutoCompleteTextView?

I want to do some stuff on the long press of list item displayed in the drop down menu in AutoCompleteTextView. In this case, is it possible to register for long press? If possible, then please ...
0
votes
1answer
76 views

AutoCompleteTextView search input key in Adapter<T>

I was searching on google and stackover could not find the exact solution. My problem is that, I have a ArrayList adapter and it has Gatewick London England Ory Paris France Heathrow London England ...
0
votes
1answer
20 views

Can't open soft keybaord for autocompletetext

I cannot get the softkeyboard to display on my samsung phone while testing an autocompletetext control in Eclipse. I hit to physically touch the autocompletetext control to bring up the keyboard. Is ...
0
votes
1answer
94 views

Getting AutoCompleteTextView to respond to changes in SimpleAdapter

I am new to Android and experimenting with AutoCompleteTextView and different adapters. Having gotten it working with an ArrayAdapter (discussed here) I am now trying the same using a chain of two ...
1
vote
1answer
109 views

Show all items in AutocompleteTextView without writing text

I have a AutocompleteTextView and it works fine. When I write a word it shows the relevant result but I want to show all items without writing any word in AutocompleteTextView. How can I do that.
0
votes
0answers
86 views

not able to add space in MultiAutoCompleteTextView

Hi I am not able to add a space in my MultiAutoCompleteTextView in android. The search data in coming from the server. After i select the data from the list, it displays it in the text view but does ...
1
vote
0answers
71 views

Autocomplete textview changes height while scrolling through items

I am facing a problem while using autocomplete textview . It looks like it is changing its height to full screen when i scroll the options of autocomplete textview. I dont want that to be happen. ...
0
votes
1answer
79 views

Android 2.3.3 Search in AutoComplete in Hebrew does not work

Hey guys I'v been searching the web to find a solution for this problem and didn't find any (I hope there's one out there) My Problem: I set an AutoCompleteTextView and bind it to an array with data ...
1
vote
2answers
136 views

How to add loading indicator to AutoCompleteTextView

I would like to show loading indicator in AutoCompleteTextView while loading data from web-service. Preferably it should be shown on right side of autocomplete (f.i. animation like in progress control ...
-2
votes
1answer
72 views

Autocomplete Textview - select only particular text rather than entire

Suppose, A autocompletetextview will provide multiple text data out of which, i want to display particular text only in autocompletetextview by discarding other data. Example: Textview options are: ...
-3
votes
1answer
190 views

AutoCompleteTextView not responding to changes to its ArrayAdapter

The ArrayList appears to be populating just fine, but no matter what approach I use, I can't seem to get the adapter to populate with data. I have tried adding to the ArrayList, also to the ...
0
votes
1answer
65 views

Linked AutoCompleteTextView views. Selection in one changes list in other

I need to enter a location for a survey. The location consists of a sub place(s) name and a main place name. An example is Paris (Sub place) and France (main place). The sub place and main place ...
0
votes
2answers
127 views

AutoCompleteTextView detect when selected entry from list edited by user

I have an AutoCompleteTextView I use to select an item from a long list. The user should only be able to select a predetermined item from the list. They should not be able to enter their own item. ...

1 2 3 4 5 8