i want to create listview like below.
check box | Textview | Textview | Textview | Textview | Textview | Textview |
all data come from database and set in te
That is because every time when you scroll your listview it recreates its row and set it default value or some time any value. So because of that it is not working. I have answered similar question 2-3 times already. Here is the solution.