Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tutorial for Spinning Wheel Android? [closed]

Tags:

android

Where can I find a tutorial for spinning wheel (don't know if this the correct terminology) android? This one like what I am looking for:

enter image description here

but I always come up with this in search result:

enter image description here

like image 941
Rendy Avatar asked Jun 28 '12 04:06

Rendy


People also ask

What is spinner in Android with example?

Spinners provide a quick way to select one value from a set. In the default state, a spinner shows its currently selected value. Touching the spinner displays a dropdown menu with all other available values, from which the user can select a new one.

How do you play Spin the Wheel app?

The Wheel of Fortune will answer any yes or no question randomly! All you have to do is simply 'ask the wheel' any yes or no question, then spin the wheel and you will be given an answer.


2 Answers

I believe it's called Rotary and here are two examples:

  1. http://mobile.tutsplus.com/tutorials/android/android-sdk-creating-a-rotating-dialer/
  2. http://www.devdaily.com/java/jwarehouse/android/core/java/com/android/internal/widget/RotarySelector.java.shtml

Hope these are helpful!

like image 152
Lior Iluz Avatar answered Oct 15 '22 05:10

Lior Iluz


Use this Spinner Wheel library. It's based on Wheel Widget, but this is more in Holo style.

like image 31
Štěpán Víteček Avatar answered Oct 15 '22 07:10

Štěpán Víteček