is it possible to get or create a wheel of selectable options, which scrolls in an imaginary circle rather than straight down (vertically)?

Straight Link But Want Curved

e.g. like the control here, but with the wheels curved?

link|improve this question

1  
With difficulty... If you're after a 3D effect I would look into opengl-es implementation – Jack Oct 4 '11 at 20:32
@Jack i found a way to turn the straight wheel - I - into a curved one - ) - by overriding OnDraw and rotating elements, but the result suffers from performance issues / is a bit laggy - is there any way to accelerate the drawing given im not using any opengl? – Cel Oct 10 '11 at 21:51
are you currently drawing every frame? if needs be you could set it so that it only draws when an input event is registered – Jack Oct 11 '11 at 15:01
wheelview with circlulation or straight vertically?? what abt view icant exaplain proper;;;;;;;;; – Samir Mangroliya Oct 15 '11 at 11:12
feedback

2 Answers

up vote 1 down vote accepted
+50

Is it possible that what you want is a carousel? http://www.codeproject.com/KB/android/androcarousel.aspx

link|improve this answer
feedback

Yes you can do it, if you read the blog you've linked to it will give you some clues on how to do it. Or you can check out this project on googlecode where they already have it implemented.

link|improve this answer
sorry, i dont mean curved into the screen, but curved horizontally to the right side, like part of the letter O ? – Cel Oct 5 '11 at 15:44
I don't think the widget is actually curved. It looks that way because of the shading but if you look closely you can see the widget is straight. – slayton Oct 5 '11 at 17:38
my main aim is to make it curved though, like so ) – Cel Oct 5 '11 at 18:51
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.