A fork of Simple Time Tracker with WearOS support. (Now integrated upstream)
0

Configure Feed

Select the types of activity you want to include in your feed.

README.md

Components#

Components are "view-only" chunks of UI. In other words, the UI they render depends only on the values of the parameters passed to them -- no reading data from any sort of state, local or remote.

These properties make components extraordinarily easy to test, particularly by adding @Preview versions within the source code file.

  • Note @Preview versions also render immediately in the preview pane, dramatically improving development velocity.