0

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 :-

  1. RadioButtons in a RadioGroup
  2. 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?

d3m0li5h3r
  • 1,957
  • 17
  • 33

1 Answers1

0

For two options, why not use a Toggle Button?

http://developer.android.com/guide/topics/ui/controls/togglebutton.html

edgarmiro
  • 109
  • 1
  • 6