I think it's possible. But I have never tried though.

But what I have learnt is that ListView aren't the best way to handle
such an UI.

This link would perhaps give you some more insights.

http://groups.google.com/group/android-developers/browse_thread/thread/50f0fc185da8fe4d

On Nov 1, 7:23 pm, John Gaby <jg...@gabysoft.com> wrote:
> I have a ListView which displays rows which can have a variety of
> controls.  If the row contains TextViews, ImageViews, and/or Buttons,
> everything works as expected.  However, if I add a EditText control to
> a row, then I no longer seem to be able to select a row (touching
> outside of the EditText control, of course).  Note that if I have a
> button on the row, it still works, but if I touch the row itself,
> onItemClick never fires.  Is it not possible to have EditText controls
> on rows of a ListView?
>
> Thanks.

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