I think that the issue here is that there is a bug in the TimePicker for 
some versions of Android:
    <http://code.google.com/p/android/issues/detail?id=18982>
    <http://code.google.com/p/android/issues/detail?id=24388>

While onTimeSet works correctly, I believe, onTimeChanged does not get 
triggered by an AM/PM change.

If onTimeSet is not sufficient for your application, then you may have to 
create your own custom TimePicker. One way would be to use SimonVT's 
library (and fix the bug in there):
    <https://github.com/SimonVT/android-timepicker>

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