I cannot find any sample related to this.
Has anyone succeeded in building a Pace / Time picker similar to the one used in native activities? I see there used to be something called NumberPicker, but now I need to use a regular Picker for that. I am looking to allow the user to input a Pace (Minutes : Seconds) or Goal time (Hours : Minutes : Seconds) in one screen. The Picker seems to need to use 2 or 3 screens for that (PickerFactories) in the pattern Array.
Any suggestions? Am I missing something in the documentation?