I am not adding any code since its just a simple recyclerview that I want to work with. So the recyclerview is inside a fragment and I am adding a some radio buttons. I want to make two of them selectable.
I have set up everything with a simple adapter using a model class that holds the answer and the answerID.
I have two interfaces which I want to use to send the answer to the activity. I am stuck with the logic of how I should do it. Or is there a way to make a radio group with two selectable radio buttons.
I am looking for suggestions on how to structure the code.