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)
Watch app icon in standard Complications not showing
Hi developed and watchkit app and it works fine. The app icon also show in settings and on the watch apps. Thats fine, my only problem is that it isnt shown in the screenshot and on the clock in the ...
XQF
Votes: 0
Answers: 1
With SCREEN_BRIGHT_WAKE_LOCK deprecated, how can I keep the screen on in Wear OS?
For my Wear OS watch face project, I was using the flag SCREEN_BRIGHT_WAKE_LOCK to acquire a wakelock that keeps the screen fully on for one minute (triggered by the user as needed). This flag has bee...
go3d
Votes: 0
Answers: 1
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
WearOS watch face development - when should I use OpenGL (GLES)?
I was using OpengGL (Gles2WatchFaceService.engine) for my Wear-OS watch-face projects and it was working great for years. Recently however, this engine got deprecated and therefore, before I recode al...
go3d
Votes: 0
Answers: 0