I would like to use a TimePickerDialog to enter a length instead of a time,
So I would use the same functionalities of a TimePicker but without the PM/AM and to be able to select more than 24 hours
Thanks!
SDK: 2.1
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Why not just use spinners?
You can make spinner for Days/Hours/Minutes/Seconds and then do whatever you need with values taken from the spinners. You can get the value by:
And you could contain them in a custom alertdialog if you want to emulate a similiar feel to the popup that TimePickerDialog has.