I am having a array list with names of fruit (for example). I have Edittext in layout and I want to use Multiautocomplete feature into it. When I use multiautocomplete textview then the suggestions are shown only when the first letters matches the array list.
Eq. When I type "app" then I get suggestion for apple, but I want that even when I type in "le" I get suggestion for apple.
Thankyou