I am trying to create a list with Radio Buttons as in the following picture:
What happens is that I'm using the Row class from the androidx.car.app.model package, and I can't find any option to add a Radio Button (other than adding images or a switch).
With what class could I implement it? Thanks!
To make a list of radio buttons, you must make the list selectable using the
setOnSelectedListenermethod of theItemList.Builder.See this code for an example.