[android-developers] Re: Datepicker / Timepicker Widgets

2009-08-12 Thread Mark Murphy
alkar wrote: Are the widgets used in Datepicker standarized? DatePicker *is* a widget. http://developer.android.com/reference/android/widget/DatePicker.html -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy Android Development Wiki: http://wiki.andmob.org

[android-developers] Re: Datepicker / Timepicker Widgets

2009-08-12 Thread alkar
It is of course, but how would you call the elements that are used to pick the date (day, month, year), if not widgets themselves? Well in the case they are not standarized by themselves, they are just elements. Please, if you don't have anything to say that would help, refrain from just

[android-developers] Re: Datepicker / Timepicker Widgets

2009-08-12 Thread Mark Murphy
alkar wrote: It is of course, but how would you call the elements that are used to pick the date (day, month, year), if not widgets themselves? The term widgets has multiple specific meanings in Android. Your original post suggested you were unfamiliar with the terminology. To determine the

[android-developers] Re: Datepicker / Timepicker Widgets

2009-08-12 Thread Yusuf Saib (T-Mobile USA)
NumberPicker is internal: http://groups.google.com/group/android-developers/browse_thread/thread/65da9820998fddc9 So you will have to roll your own, but you can reuse internal code from the platform as needed. Just don't call internal APIs from your app. Yusuf Saib Android ·T· · ·Mobile·

[android-developers] Re: Datepicker / Timepicker Widgets

2009-08-12 Thread alkar
Thank you both for your answers, seems I was on the right path. Good to know for sure. In fact, my ongoing attempt at an implementation of that is called NumberPicker. And yea I won't be calling internal APIs, I'm aware :) -- alkar On Aug 13, 2:13 am, Yusuf Saib (T-Mobile USA) yusuf.s...@t-