12-17-2018 05:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

12-17-2018 05:26
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
I want to make an application using the timer function. However, it was not on the guide or reference. I would like to implement the following functions, is it possible?
1. Set the time on the setting screen
2. When the time comes, the application starts automatically
3. Change the screen display according to the set time
I feel I can implement it if I understand the following.
· Which API can implement timers?
· How does the application side receive a timer callback?
· Can you pass parameters to the callback method?
01-08-2019 08:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


01-08-2019 08:59
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi, unforunately there's currently no method for waking an application at the specified time.Your app has to be running in order to udpate the UI and vibrate the device.

01-08-2019 12:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-08-2019 12:05
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Out of curiosity, the built-in fitbit timer app is able to open itself when a timer is finished. Was this app written using the same SDK that's available to the developer community?

01-09-2019 04:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post


01-09-2019 04:55
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
@jrtomsic wrote:
Out of curiosity, the built-in fitbit timer app is able to open itself when a timer is finished. Was this app written using the same SDK that's available to the developer community?
No, the Timer app was built before the SDK existed and has access to functionality within the OS which hasn't been exposed via the SDK at this time.
01-09-2019 04:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

01-09-2019 04:57
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Awesome, thanks for the confirmation.

04-10-2021 01:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

04-10-2021 01:13
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
- Who Voted for this post?
Waking up this thread because it's a shame we still cannot make timer applications that would work after being closed 😕
