views:

23

answers:

1

I have a ListAdapter that displays View with contains an Edittext. When that view is focused the softkeyboard pops up. However for some reason that causes the view to lose focus. Is there a way to avoid this behavior?

A: 

It is possible to have items in a ListView gain focus, but it isn't designed for that and may require some hackery.

magaio