Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Date and time picker in settings

ANSWERED

Hello, 

Is there any way to allow the user to pick a date time in settings ? I want to use it for some sort of start time of an event and i dont see any way of doing it except for telling the user to write it using some format in a textview

 

I was thinking at something like this:

d932bb88-19b5-4ce2-bdbe-67298719699d.png

Best Answer
0 Votes
1 BEST ANSWER

Accepted Solutions

Ok so to sum it up the for the phone settings the variant in the suggested thread is not working on the phone (  https://community.fitbit.com/t5/SDK-Development/Date-Picker-for-settings/td-p/3601666 )

 

So the only option I see here is to be creative and make extra fields for day, month, year or use sliders or something similar as @AppazeStudios suggestd.

View best answer in original post

Best Answer
0 Votes
3 REPLIES 3

Hi!

If you want to implement it on the watch then you could use this: https://dev.fitbit.com/build/guides/design-guidelines/ui-components/#tumbler

But if you want to implement it on the phone (settings) then you could have a look at this thread (however I cannot confirm right now if that is gonna work in this case): https://community.fitbit.com/t5/SDK-Development/Date-Picker-for-settings/td-p/3601666

If none of those 2 ways work for you, then you could maybe just make extra text fields for day, month, year and the time in the settings. Or you could also experiment with "Select" or maybe even with "Sliders".

Kind Regards
Dominik

Best Answer

I need it for phone settings indeed.

Thanks, will try it out and come back with an answer. (seems that the suggestion in the date-picker-for-settings thread doesnt work on all phones 😞 )

Best Answer
0 Votes

Ok so to sum it up the for the phone settings the variant in the suggested thread is not working on the phone (  https://community.fitbit.com/t5/SDK-Development/Date-Picker-for-settings/td-p/3601666 )

 

So the only option I see here is to be creative and make extra fields for day, month, year or use sliders or something similar as @AppazeStudios suggestd.

Best Answer
0 Votes