I have seen this 1 in several applications and I would like to ask what components were used..I am talking about the 3 lists at the bottom looking like a wheel...the first can affect the 3rd because the sum must be 100.

link|improve this question
feedback

2 Answers

up vote 0 down vote accepted

It is a custom component.You can make your own component like that. Here is a demo application for wheel view component

Click here

link|improve this answer
i was looking exactly for this..i haven't heard of that widget! – CpZNick Oct 12 '11 at 17:19
feedback

The screenshot you provided looks like it's using a modified version of the android wheel widget.

Having them update in regard to each other is a modification than can be done by extending the AbstractWheelTextAdapter included with the widget.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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