smartwatch (wearos)

  1. W

    Android Code Snippet "Raise left hand" - tracking with Smartwatch (WearOS)

    Hi Anyone who wants to track whether the user touches their nose, mouth, ear or face can use this code. Used here to remind the user that he eats, smokes or bites his nails. Sub btnStart_Click CallSubDelayed(Player, "Play") End Sub Sub btnStop_Click CallSubDelayed(Player, "Stop") Sub...
Top