Search code examples
javaandroidlistviewradio-buttonradiobuttonlist

Android Multiple radiobuttons get selected after scrolling list. Changes its state


have listview with each item contains one textview & one radiogroup. Radiogroup contain two radio buttons. My question is when i scroll the listview multiple contact get selected(i.e. as I scroll after selecting some radio buttons, state of radio button changes means checked becomes unchecked) so how should i overcome this. Please do help. I need it.


Solution

  • Try this link.

    It has very nicely explained about this issue.

    Hope this may helps you... :)