I've searched on Google and these forums but haven't found what I'm looking for so I'll ask here :)
I'm working on an HTML 5 hybrid app project using the Ionic Framework and I'm looking to implement a type of picker that allows the user to select Hours/Minutes (i.e. [5 hours | 30 minutes]). What our UX design is calling for is something similar to this:
UIPickerView that looks like UIDatePicker but with seconds
Is it possible to implement this in Android using the Picker class (doesn't necessarily have to have scrolling wheels like on iOS)?