I\'m having some issues implementing a TimePicker in my application that allows the user to change the time of a database record prior to inserting it.
Here's a quick project that I threw together that supports Android 4.0+. Basically, it shows a TextView that is always in sync with the TimePicker, regardless of which vertical spinner is being manipulated by the user.