python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to handle tap events for an interactive watch faces with androidx.wear?
What is the correct way of handling tap events with the new androidx.wear.watchface libraries? I was doing this with the now deprecated android.support:wearable libraries without any problem with Java...
go3d
Votes: 0
Answers: 1
Gles2WatchFaceService deprecated? What now?
For my Wear OS watch face project, I am using Gles2WatchFaceService so the watch face has smooth OpenGL animation when needed. I just updated in build.gradle the following dependency:
implementation '...
go3d
Votes: 0
Answers: 2
Newest update (9 Feb 2022) by Samsung for the Galaxy Watch4 is crashing my watch face - what to do?
Yesterday Samsung published an update for the Galaxy Watch4. Since then I am being flooded by users' emails saying that my watch face is crashing and is unusable. The crash happens when the watch swit...
go3d
Votes: 0
Answers: 1
Adding background image using Watch Face library (Wear OS)
Last month Google / Jetpack released the stable version of the Watch Face library (blog post). It is stated that:
The androidx.wear.watchface package is the new recommended library for developing Wea...
Bastiaan Quast
Votes: 0
Answers: 1