I've tried using wild card characters to see if that works, but it
doesn't seem to work.  I'm also very interested the hearing if this
can work or not.

On Jun 16, 8:00 am, Addy <joyy.bl...@gmail.com> wrote:
> Hi.
>
> In my application I used a custom list for displayed some country
> name.
>
> and for enable search from the list,Filterapplied on the custom
> list.
>
> Filterworks on a simply String ArrayList. And its work fine.
>
> But My problem is When I searched for any country name the search
> happend only on String's Starting letter not on the Any letter in the
> string.
>
> For example..
> my country List is
>
> List<String> Country_List=new ArrayList<String>();
>
> Country_List.add("Australia");
> Country_List.add("USA");
> Country_List.add("England");
> Country_List.add("China");
>
> If my searchtextfor country name is 'U'
>
> then
>
> It gives result  'USA' not ' Australia'.
>
> But I want both reasult 'USA' and 'Australia' (Country name which
> contains u letter in any position of its name)
>
> Please Help me.

-- 
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