12.04.2011 16:49, TreKing ?????:

In the OP's defense, Android has, unfortunately, overloaded this term which leads to confusion. DatePicker is in the android.widget namespace and the class descriptions starts "This class is a widget for selecting a date."

That's because there is two of them.


One really is a widget, and can be integrated into a layout:

http://developer.android.com/reference/android/widget/DatePicker.html

>>> "This class is a widget for selecting a date."


The other really is a dialog, and displays in a popup window:

http://developer.android.com/reference/android/app/DatePickerDialog.html

>>> "A simple dialog containing an |DatePicker|."

--
Kostya Vasilyev -- http://kmansoft.wordpress.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