How to implement HTC Sense style time selector in Android?

Is there open source code for implementing a time selector similar to that used in HTC Sense? This is a wheel, and the user can push it up or down to select a larger or smaller number. If there is no code, how do I implement it? At best, I would like to have 59 at number 00, to be more of a real wheel.

htc number wheel

+4
source share
1 answer

He called NumericWheel on these code.google pages:

http://code.google.com/p/android-wheel/source/browse/trunk/wheel/src/kankan/wheel/widget/WheelView.java?r=4

http://code.google.com/p/android-wheel/

The source code in the first link has an Android dev blog URL that contains a bit more information. This should help you.

+2
source

All Articles