This is more of an opinion based question.
I'm working on an app that will give the user a choice of 2 items of which the user must choose one. Now to implement this, we have :-
RadioButton
s in aRadioGroup
Spinner
For such a basic thing, I think I can should go with RadioButton
but they don't look much aesthetically pleasing as much a Spinner
looks but a Spinner
is basically used for more than 2 items generally.
So I'm all confused as what would be better UI/UX wise.
Can someone please help me out on this one?