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 underlying implementation of DatePicker (or anything in
Android), you would need to look up the implementation of DatePicker in
the Android source code. Google Code Search is good for that -- put
package:android as a qualifier in the search box, and it will return
only "DatePicker" occurrences in code believed to be related to Android.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://twitter.com/commonsguy

Android Training in Germany, 18-22 January 2010: http://bignerdranch.com

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to