Questions tagged [multiautocompletetextview]

An auto-complete textview which supports multiple strings, usually separated by a comma.

In the "To" field of an email composer, multiple emails could be separated by commas, while the user receives auto suggestions for each email being typed.

95 questions
0
votes
0 answers

can I use buttons instead of text in showing suggestion in autocomplete

I know that autocomplete uses text element to show the suggestions I want to make the suggestions appeared as buttons instead of the dropdown menu how can I implement the onclick method to affect the auto suggestion ?
0
votes
1 answer

MultiAutocompleteTextView events

I'm trying to work with a MultiAutocompleteTextView in such way that whenever I type a character in the textview, an event will be fired OR after 2-3 elements have been typed, fire the event again. The reason I work with multiautocomplete is because…
funkycookie
  • 226
  • 2
  • 16
0
votes
0 answers

MultiAutoCompleteTextView modify data before adding to textview

lets say I have MutliAutoCompliteTextView with predefinded "Call: " text inside. When I enter contact name and suggestion will pop up, I want to add (for example) html tags < br >John Doe< /b > before adding contact in to MutliAutoCompliteTextView.…
rwojcik
  • 1,030
  • 9
  • 18
0
votes
1 answer

Getting items from start in MultiAutoCompleteTextView when using custom adaptor in android instead of correct start place?

I have created a custom adaptor for MultiAutoCompleteTextView, which gives me view for list view. The problem is that when ever i type any character, it gives right count, but starting index start from 0 hence i see wrong names. String[]…
-1
votes
1 answer

MultiAutoCompleteTextView show wrong result

I have some problem with MultiAutoCompleteTextView, all seems to work correctly, writing on textedit I get the correct filtered values, the problem when I select a value, after click I get on textedit the wrong value, seems to be the first or second…
francesco.venica
  • 1,703
  • 2
  • 19
  • 54
1 2 3 4 5 6
7