I have an Activity that has a list. In this list, the fields are almost all RadioButton
. Currently, when the user saves the selected data in this list, all RadioButton
is read to know which is checked. If so, take the answer, if you do not read anyway.
This procedure I have found slow, and chances are that the amount of fields increase, because this Activity is dynamic, and can decrease or increase the amount of field.
I thought of something that is my doubt: Would it be correct or have some problem in, when the user select the field I already save in the bank what he chose? What if he needs to change, go to the bank again and change that record?
That is, as long as the guy is checking, the data will already be registered in the bank.
Thanks!