Selecting one RadioButton value and scrolling back removing the selected one in RecyclerView
- 阅读更多 关于 Selecting one RadioButton value and scrolling back removing the selected one in RecyclerView
问题 In my application am displaying 20 multiple choice questions with the help of RecyclerView . If I change the value of first RadioGroup and scrolls down, again scrolls up removing the selected value in RecycelarView and also i want to use that selected RadioButton value further, I was also checked link1 but i did't understood what he is doing. Here is my sample code snippet let me know if you need any clarification. package com.testing.survey; import java.util.List; import android.annotation