On Fri, Nov 12, 2010 at 6:17 AM, Hatch <[email protected]> wrote: > I cannot find a corresponding control anywhere. > The control I am interested in is iPhone's spinner. > > It's much simpler to use than Android's TimePicker. > > Since I see that native Clock app has it, does anyone know how is that > control called and how can one use it in his app ?
Android does not have a "native Clock app". The Clock application from the Android open source project does not use a "Spinner/drum roller control", at least from what I can tell on my Nexus One. Perhaps you are thinking of some other clock app. Regardless, I suspect that what you want can be found here: http://code.google.com/p/android-wheel/ -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy _The Busy Coder's Guide to *Advanced* Android Development_ Version 1.9 Available! -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

