Android ListActivity ArrayAdapter filtering with no physical keyboard?

Posted by Erdal on Stack Overflow See other posts from Stack Overflow or by Erdal
Published on 2010-05-12T05:49:00Z Indexed on 2010/05/12 5:54 UTC
Read the original article Hit count: 402

I have a ListActivity based on an ArrayAdapter with setTextFilterEnabled set to true. This works fine on a device with a physical keyboard. When I start typing something on the keyboard, the items get filtered.

My question is how to get the same behavior on a device with no physical keyboard?

© Stack Overflow or respective owner

Related posts about android

Related posts about listactivity