Implementing scrolling buttons in android

Posted by Twirling Hearth on Programmers See other posts from Programmers or by Twirling Hearth
Published on 2012-10-01T01:22:27Z Indexed on 2012/10/01 3:51 UTC
Read the original article Hit count: 152

Filed under:

I want to create an Android app in which the buttons scroll up or down the screen, kind of like a "wheel", so that when the "last" button is reached, it is simply followed seamlessly by the first one. I would want it to look something like the Price Is Right wheel. (This video at 0:12.)

I want the first round of buttons to be presented for the user to tap the screen and make his choice, which would lead to a second round of buttons based on the first choice, and a third round based on the second choice.

I've done a number of different google searches, but nothing so far. Any ideas?

© Programmers or respective owner

Related posts about android-development