Assigned
Status Update
Comments
fr...@gmail.com <fr...@gmail.com> #2
And yes I realize that the listener is assigned by the DatePicker init(...) method,
but the inconsistency between the different xxxPreference classes is pretty frustrating.
Frank
but the inconsistency between the different xxxPreference classes is pretty frustrating.
Frank
tu...@gmail.com <tu...@gmail.com> #3
Thanks Frank and Eric,
I'm afraid that I can't figure out where to find the code for the DatePickerPreference.
Can someone please point me to it?
Thanks
I'm afraid that I can't figure out where to find the code for the DatePickerPreference.
Can someone please point me to it?
Thanks
al...@android.com <al...@android.com>
np...@gmail.com <np...@gmail.com> #5
[Comment deleted]
al...@android.com <al...@android.com> #6
[Comment deleted]
Description
pattern in
setOnDateChangedListener(...) in DatePicker even though there is a
DatePicker.OnDateChangedListener interface and an onDateChanged(...)
overriden method requirement.
--- Proposed Fix ---
/**
* Set the callback that indicates the date has been adjusted by the user.
* @param onDateChangedListener the callback, should not be null.
*/
public void setOnDateChangedListener(OnDateChangedListener
onDateChangedListener)
{
mOnDateChangedListener = onDateChangedListener;
}
--- End Proposed Fix ---
Thanks,
Frank