Hi,

I have implemented a custom auto-complete box that takes as input a
list of <Items> and implements Filterable each time a user selects an
input the original list is discarded  based on his selection an new
list of <Item> is used to fill the autocomplete box.

Is it possible to reload the original list  when the user clears his
selection and the hint is shown. Do i need to implement TextWatcher or
something similar?

Thanks in advance

-- 
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+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to