Monday, August 6, 2012

[android-developers] Re: help with MultiAutoCompleteTextView.

You have to use the threshold limit for it in your XML file

android:completionThreshold="1" 

This will give you suggestion when you type your first letter

On Tuesday, June 16, 2009 10:29:35 AM UTC+5:30, Saurav wrote:
this is in reply to my onw question and if anyone else ever has the same doubt, on cud set the number of characters needed for thr drop down to work by the setThreshold(int noOfChars) method in the MultiAutoCompleteTextView class.

On Mon, Jun 15, 2009 at 5:10 PM, Saurav Mukherjee <to.saurav.mukherjee@gmail.com> wrote:
hi all,
this is my second issue regarding the same problem. i dont know y, but my auto complete does not work wen there is a single letter in the MultiAutoCompleteTextView. if there r more than 1 char in the MultiAutoCompleteTextView, then the list drops down, shows the items correctly...

any suggestions...

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment