Discrete seekbar in Android app?

Posted by vee on Stack Overflow See other posts from Stack Overflow or by vee
Published on 2010-04-10T19:49:52Z Indexed on 2010/04/10 19:53 UTC
Read the original article Hit count: 656

Filed under:
|

i would like to create a seekbar for an Android app that allows the user to select a value between -5 and 5 (which maps to "strongly disagree" and "strongly agree"). how do i make a seekbar with discrete values? or is there a better UI widget i could use for this?

thanks.

© Stack Overflow or respective owner

Related posts about android

Related posts about seekbar