I'm trying to find a bit of sample code that I'm having trouble with.
Hoping someone here could help me.

I've got a Listview in my app that I want each row of to have a label
and a text box (TextView and EditText).  I've got to create these and
add them dynamically.  That much hasn't been too bad.  Currently, I'm
creating an ArrayAdapter from my array of data and setting it as the
adapter for the ListView.  I've got a layout that I can point to and
the labels are being set correctly.  What I'm having trouble finding
is an example where the EditText boxes are filled upon creation, and
then read back on an event.  I would appreciate any help.

-Mark

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to