How to pick a second using TimePicker, android

Sunil Kumar Sahoo picture Sunil Kumar Sahoo · Oct 21, 2011 · Viewed 29.4k times · Source

I have used TimePicker to make the user to choose time see here and here also. But I didnot find a way to make the user to select second also. Now user can select Hour and Minute but not second. If I want to set a time for 02:05:10 then what I have to do? How to pick a second using TimePicker?

Answer

Majstor picture Majstor · Oct 6, 2013

I've published an open source project on GitHub which has TimePicker with seconds:

https://github.com/IvanKovac/TimePickerWithSeconds

Have a look.

enter image description here