Skip to content Skip to sidebar Skip to footer

Custom Listview With Edittext,checkbox And Textview

I have a custom listview that contains an edittext,checkbox and two text views.Now i am hving a problem with the edittext values in my code.I am not able to get the correct value f

Solution 1:

the problem is all about relate to focus . see here , it may help you.

Focusable EditText inside ListView

Post a Comment for "Custom Listview With Edittext,checkbox And Textview"