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)
Wear-OS Tiles Image not rendering
So I am trying to update the background image of a Tile when it reloads, the ByteArray seems to get generated and there are no errors, but the background just remains black. If I apply non-dynamic res...
Vicky P
Votes: 0
Answers: 1
Wear-OS Tiles and marquee_forever
How would one go about adding the attributes like the below to a text component in a Wear-OS Tile
android:marqueeRepeatLimit="marquee_forever"
android:ellipsize="marquee"
android:s...
Vicky P
Votes: 0
Answers: 1
Wear OS Tiles: How would one update UI dynamically
So I am working to build media tile, but whenever I play the a next song and use getUpdater(applicationContext).requestUpdate(MyTileService::class.java)
it take few seconds before it refre...
Vicky P
Votes: 0
Answers: 1
Wear OS Tiles and Media Service
The Wear OS tiles example is great, not so much of an issue but how would one start the background media service that play the songs selected in the primary app, when every I try to start the service,...
Vicky P
Votes: 0
Answers: 4