Sometimes called kankan wheel, the Android wheel selector is an open source wheel selector. Use with the [android] tag
Questions tagged [android-wheel]
27 questions
5
votes
0 answers
Wheel Picker not working inside scrollbar Android
In my application I am trying to use a WheelPicker by Bruicetoo its working fine but as I out it inside ScrollView it stops responding and only activity is scrolled but I am unable to scroll the WheelPicker. I have also tried…

Mehvish Ali
- 732
- 2
- 10
- 34
5
votes
4 answers
WheelView not filling parent
I am using Yuri Kanivets's WheelView control and I am finding that it is not filling the parent view even though the layout XML is specifying it to do so.
Here is an image of what I mean:
Here is the layout XML:

ZeNewb
- 435
- 5
- 17
4
votes
1 answer
Angle of rotation from vertical axis
I am currently trying to create a meter that can be adjusted in the percentage of fill. The problem I have is I'm not good at math at all. I want to start drawing an arc in the 'north' (first image), as opposed to a normal arc having its 0 deg point…

Marcel van Gulik
- 93
- 1
- 8
2
votes
1 answer
Showing a progress wheel in a widget
I have a widget that gets updated when I press it, but I would like to show a progress wheel while the widget gets updated.
//remove text
updateViews.setViewVisibility(R.id.widget_textview, View.GONE);
…

Jeff
- 23
- 4
2
votes
2 answers
Android NumberPicker animate wheel when using setValue method
i m trying to get the wheel of the numberPicker animated. I found the corresponding question here:
How to change NumberPicker's value with animation?
But i cannot solve it with the suppposed answers. Can somebody please help me?
When changing the…

KelvinGradCelsius
- 43
- 1
- 8
2
votes
0 answers
How to implement horizontal circular scroll wheel in android?
Possible Duplicate:
How to make android-wheel horizontal?
I want to make horizontal circular scrolling wheel like this. Please suggest me how can I achieve it.

Sanchit Paurush
- 6,114
- 17
- 68
- 107
1
vote
2 answers
Android Wheel Array Half Working
i have a four wheel picker with words in each wheel my problem at the moment is that each wheel is pulling in the same words you can see the code below.
My question is can someone help me in giving each of the wheels there own arrays of words. In…

Matt
- 1,747
- 8
- 33
- 58
1
vote
1 answer
Android WheelView is all black?
So I found this really nice WheelView here that has been mentioned here before. I tried using it but I hit a few problems, and don't know what am I doing wrong. So what I did is link the src folder like it has been done in WheelView-demo app. It…

Dusko
- 628
- 2
- 6
- 24
1
vote
0 answers
How to draw the text vertically in Pie Slice?
I Need to make Pie chart like below images and there slice text should be vertically (start text near radius to out)
small slice text

Aruna D Mahagamage
- 67
- 1
- 12
1
vote
2 answers
How to get selected text using android spinner wheel?
I am using Android Spinner Wheel and I already set code for that.
AbstractWheel wheelHorizontalView1 = (AbstractWheel) findViewById(R.id.wheelHorizontalView1);
NumericWheelAdapter minAdapter = new NumericWheelAdapter(this, 1,…

Axay Prajapati
- 791
- 5
- 20
1
vote
1 answer
How to use findelementbyanrdroiduiautomator to select text on wheelview?
I'm new to automate testing and currently use appium . I couldn't find a way to select text(Example 20,30,100) in the wheelview using findelementbyandroiduiautomator. Is there any other solution to do this?
Edit: Here is the picture
What I am…

Itisak
- 11
- 4
1
vote
1 answer
Android kankan-wheel modification
I am making a slot machine app and using kankan's wheel for the same. I want to modify the library such that when the rotation stops the item it will point shoud be the one that I set . I have done this but there is a glitch that shows that we have…

Payal
- 903
- 1
- 9
- 28
1
vote
2 answers
wheel menu bar how can I give click action to icons
Before I asked this question. They said add method. I added but how can I give click event icon0. It is problem for me still..
first question
and these icons are not in xml. They are on draw able folder.
this is gives methods can we use it
And this…

19052013
- 295
- 2
- 13
1
vote
1 answer
Kankan.wheel on desktop widget
kankan.wheel (http://code.google.com/p/android-wheel/) is a library that I include in my project.
If I add wheel widget into activity layout - that's ok and work perfectly, but if I add this component into desktop widget layout - at moment adding…

alexey
- 127
- 1
- 9
0
votes
1 answer
Android Share Button Get Value From App
i have a app that has three spinning wheels that display a sentance when the user spins the wheels you can see the code below.
I am using the kankan wheel project btw http://code.google.com/p/android-wheel/.
My question is, is there a way i can get…

Matt
- 1,747
- 8
- 33
- 58