Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

13
votes
3answers
490 views

AutocompleteTextview and CompletionHintView

I'm currently implementing an autocomplete field by using the AutocompleteTextView component. I'm trying to add a completion hint with the number of results, and just want to style it differently ...
4
votes
3answers
175 views

Android AutoCompleteTextView suggest alternative

is it possible to have an AutoCompleteTextView, that looks for a string, but suggests an alternative string? For example if the user types in 'Yau' or 'yauh' it would suggest 'Yáuh' so the user ...
4
votes
2answers
77 views

select any item from a list of 10,000 items in android

I try to search through the questions to see if there is any similar thread to my problem but so far haven't found any. Here is my problem is: I have a list of products which contains ~10,000 items ...
4
votes
3answers
317 views

Android: AutoCompleteTextView with default suggestions

How do I show some default suggestions for AutoCompleteTextView before the user type anything? I cannot find a way to do this even with creating a custom class that extends AutoCompleteTextView. I ...
4
votes
1answer
145 views

AutoCompleteTextView crops the last row

I have a AutoCompleteTextView, the list for which is loaded from a custom ArrayAdapter. In the view, I have 2 lines one name and second is email id. My problem is that when I have a single item in ...
4
votes
1answer
356 views

AutoCompleteTextView problem on lost focus

I have a AutoCompleteTextView within my activity that performs how it should. The dropdown bow is shown with correct entries etc. The problem is when the view looses focus the text is no longer ...
4
votes
1answer
591 views

android autocompletetextview hint results hidden under keyboard

I have 3 autocompletetextview's in which i set its adapter to be an ArrayAdapter with a very simple textview layout. the autocompletextview hint results are showing, but are under the onscreen ...
4
votes
1answer
852 views

AutoCompleteTextView onItemClick item position or id using HashMap

I am new to Android development and I ran into a problem which I find difficult to solve. I am trying to figure out how to use an AutoCompleteTextView widget properly. I want to create a ...
3
votes
1answer
24 views

SearchManager - adding custom suggestions

I've read all of the documentation online about building search interfaces and adding custom suggestions... but I'm still unclear on how this works. The documentation says that I must "Build a table ...
3
votes
1answer
29 views

Custom AutoCompleteTextView behavior

Out of the box, the AutoCompleteTextView widget does not seem to be able to match the input string in the middle of a list value - the matches are always made at the beginning; e.g., entering "ar" ...
3
votes
1answer
49 views

AutoCompleteTextView doesn't recognize spaces

I'm using an AutoCompleteTextView in my Android application, which is loaded with items like this one: "Smoky chinchilla rat - Abrocoma cinerea" Which are common names and scientific names of many ...
3
votes
2answers
2k views

How do I Use AutoCompleteTextView and populate it with data from a web API?

I want to use an AutoCompleteTextView in my activity and populate the data as the user types by querying a web API. How do I go about doing this? Do I create a new class and override ...
3
votes
3answers
348 views

Diacritics/international characters in AutoCompleteTextView

I have a (array) list Car Something Šibica Čavao Cavao Is there a way to "force" AutoCompleteTextView so if user type in letter "c" it would show Car Čavao Cavao so it would show standard letter ...
3
votes
1answer
1k views

AutoCompleteTextView with custom list: how to set up OnItemClickListener

I am working on an app which uses tags. Accessing those should be as simple as possible. Working with an AutoCompleteTextView seems appropriate to me. What I want: existing tags should be displayed ...
2
votes
1answer
111 views

Want to select multiple text in AutoCompleteTextview

I am developing android application. In it i have used AutoCompleteTextview. It works fine in my application when i want to select only one text but what if i want to select multiple text??? After ...
2
votes
0answers
353 views

overriding filterresults in android autocompletetextview?

i've been pulling my hair over this a few days, I'm trying to setup an autocompletetextview in android where the user inputs a key and the autocomplete suggestions are the values, however I've tried ...
2
votes
2answers
364 views

java.lang.NullPointerException - AutoCompleteTextView - HoneyComb

I am getting a weird issue when using AutoCompleteTextView component on a device running on Honeycomb (Android 3.0) (using Motorola Xoom to test). I get a Nullpointer exception with the following ...
2
votes
3answers
384 views

Android ArrayAdapter NullPointer

I'm trying to make an app that will use an AutoCompleteTextView and read from your contacts depending on what you type, so it doesn't have to deal with a huge array. Unfortunately the ArrayAdapter ...
2
votes
1answer
594 views

android AutoCompleteTextView white on white Dropdown list

breaking my head here, i have searched online for quite a bit and it seems this was a bug on android before but have not found a solution yet. I have a AutoCompleteTextView: autodesignations = ...
2
votes
1answer
670 views

Android autocompletetextview dropdown box's elements have a large font

I would like to change the autocomplete dropdown boxes element size to something smaller. Any change i do with textview.settextsize affects only the value in the fieldbox and not in the drop down box! ...
2
votes
1answer
473 views

android AutoCompleteTextView seems to ignore the Filter of the custom ArrayAdapter

All I want to do is displaying a CheckBox at each result of the AutoCompleteTextView's results (which are strings). I wrote an custom Array Adapter which implements Filterable. I added a simple ...
2
votes
1answer
668 views

Android, Autocomplettextview, force text to be from the entry list

Is there a way to force the entry in an autocompletetextview to be one of the elements in the entrylist? I've found a method called "performValidation" but im not sure what it actually does, and i ...
2
votes
1answer
712 views

Android AutoCompleteTextView onClick problem

I've created an AutoCompleteTextView to search through a list of course titles (obtained from an sqlite db) and what I want to do is, when the user clicks on a title from the drop-down menu, the whole ...
2
votes
1answer
423 views

how to combine both DISPLAY_NAME and NUMBER in a customized CursorAdapter?

I want to load all of my contacts' names and phone numbers into an AutoCompleteTextView's adapter. How can I achieve that? for example, when i type "G", it will show "Good, <111111>", "Good, ...
2
votes
0answers
306 views

AutoCompleteTextView suggestion results sticking to screen when they shouldn't

my AutoCompleteTextView is created with a custom adapter to show suggestions for ~3000 Strings. while typing in the input view, suggestions are coming up as expected, except that sometimes a chunk of ...
2
votes
1answer
107 views

How do I replicate the functionality of selecting contacts in messaging app?

Android's messaging app, located in projects/platform/packages/apps/Mms.git has a class called RecipientsEditor. I would like to be able to create MultiAutoCompleteTextView that will filter contacts ...
1
vote
0answers
30 views

Get TableRow view upon OnItemClickListener of AutoCompleteTextView

In programatically creating AutoCompleteTextViews with in TableRows of a TableLayout TableLayout salesTable = (TableLayout) findViewById(R.id.salesTable); TableRow row = new TableRow(this); ...
1
vote
2answers
79 views

how to set setOnClickListener for AutoCompleteTextView?

I am selecting text for AutoCompleteTextView.After i want apply setonclicklistener to selected text.if any have idea. ArrayAdapter<String> arrAdapter = new ArrayAdapter<String>(this, ...
1
vote
1answer
111 views

AutoCompleteTextView Using the Google Place API is not working

I have to create an AutoCompleteTextView using Google Places API.I have tried the following code, but it is not working. I am not getting any error, and am unable to get any suggestion like Google ...
1
vote
0answers
60 views

Strange behavior of AutoCompleteTextView on Galaxy Note

My customer reported an issue: When he opens an activity of my App an AutoCompleteTextView which has focus (and is enabled) remains grey and insensitive for entering text via soft keyboard. After ...
1
vote
0answers
197 views

AutoCompleteTextView drop-down appears above the edit field instead of beneath

I have an AutoCompleteTextView, which drop-down appears above the view instead of below. Can someone help me and explain the reason of this? Can it be fixed without changing the layout too much? ...
1
vote
0answers
191 views

Android: Custom AutoCompleteTextView shows last item after it has been selected

I've implemented a custom auto complete text view to allow users to select tags; when an item is chosen, it correctly calls the listener to set the selected text in the view and color that corresponds ...
1
vote
0answers
98 views

How can I avoid autocomplete dropdown appearing when text is programatically set?

I have an AutoCompleteTextView in my layout. I also have an alternative way to select the same items which are present in the AutoCompleteTextView. When the alternative way is selected, I populate ...
1
vote
1answer
98 views

Android AutoCompleteTextView For URL addresses

I have a problem with Android. When you are using AutoCompleteTextView : AutoCompleteTextView textView = (AutoCompleteTextView) findViewById(R.id.entry); ArrayAdapter<String> adapter = new ...
1
vote
1answer
76 views

How to keep the autocomplete textview empty(ready to type)?

I have a listview , on top of it there is a auto complete textview. Onclick of listview and autocomplete textview text ,it goes the detail activity. when back button is pressed,it comes from detail ...
1
vote
2answers
262 views

Autocomplete Text View + Json Server to get Tags Dynamically

I am developing an android application. I have an autocompleteTextView in my layout. I want to populate this textView with the suggestions from my server. There are around 400 keywords on the server ...
1
vote
2answers
347 views

Listener on AutoCompleteTextView (Android)

I have an Activity with an AutoCompleteTextView and a ListView with an adapter that extends BaseAdapter. When the Activity starts and AutoCompleteTextView is empty, ListView show a full list of ...
1
vote
1answer
288 views

android how to make AutoCompleteTextView work as google search box

In my application I have an Activity which extends MapActivity. and there i put an AutoCompleteTextView and a button called "Search" so what i write within AutoCompleteTextView AND press Search button ...
1
vote
2answers
396 views

Why does getText() and getEditableText() on a AutoCompleteTextView always yield an empty string?

The goal for my project is save the login ID and also, when user types in login ID if it is already saved, it should auto complete. I am trying to save the entered values to a SQLite DB and then read ...
1
vote
1answer
151 views

How to create custom AutoComleteTextView with icon next to each suggestion line - Android

I want to create a custom AutoCompleteTextView with icon next to textView in each suggestion line . How can i do that ? Please give me some advice . Sorry for my bad English
1
vote
2answers
443 views

How to filter results of AutoCompleteTextView?

I have an AutoCompleteTextView set to use a cursor which goes over my Contacts. The problem is, I have it populating the dropdown correctly, but its not filtering the results after I type. Here is ...
1
vote
1answer
132 views

question on autocompletetextview in android

I have written a logic where by default if anyone wants to clear the conents of autocompletetextview(AV) then it will become one. But I want when I bring focus inside AV then it should be clear.
1
vote
0answers
235 views

How do I use publishResults() method when extending Filters in Android?

I'm working on an autocompletetextview that will work off of a key value system, and am trying to find out what I need to do to make publishResults work, as the results param being passed to ...
1
vote
0answers
321 views

Android AutoCompleteTextView not rendering correctly?

Hi I have a AutoCompleteTextView which works fine on my Nexus1. When deploying the code on a Samsung Apollo i5801 the list doesn't display correctly. The data is in the list as I can scroll a little ...
1
vote
0answers
188 views

MultiAutoCompleteTextView with dynamic adapter changes

I have a MultiAutoCompleteTextView widget in my Activity, which has an ArrayAdapter<String> that is populated by a result from a web-based call. As the user types in characters in the textview, ...
1
vote
1answer
458 views

android autocompletetextview should show only relevant options in drop down

I am using a AutoCompleteTextView in my code and loading the list from database using SimpleCursorAdapter. AutoCompleteTextView cocktailIngredientView = (AutoCompleteTextView) ...
1
vote
1answer
212 views

How to set the size of an AutoCompleteTextView Result?

Does anybody know How to set the size of an AutoCompleteTextView Result ? I try android:textSize="12sp" But it only modify the size of the text in the TextView, not in the result.
1
vote
1answer
176 views

AutoCompleteTextView without dictionary hints

I have an Autocompletetextview field. The problem is that in portrait view, in addition to the suggestions from my array that show up top, a bar pops up below with suggestions from a dictionary. I ...
1
vote
1answer
195 views

Advanced AutoCompleteTextView. Many-to-one map

I want the autocomplete view to display multiple items for the same text item. ie. with an input data, {{a,b,c,d}, {e,f,g,h}} the user could search and start typing in b, but only 1 item from a,b,c,d ...
1
vote
2answers
1k views

AutoCompleteTextView issues with custom List

I am trying to create ListActivity with an AutoCompleteTextView. The Listview has listItems which consists of an ImageView and 2 TextViews. Everything works well except for the autocomplete strings. I ...

1 2 3