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)
In Android, Glance widgets are "flickering" during every update (even if there is no content change)
I'm not sure if this is a problem with Glance still being in alpha, or if I'm doing something wrong. But every time the widget receiver's onUpdate() is triggered, it's being completely re-composed. It...
user496854
Votes: 0
Answers: 1
Is there a way to add linecharts to a GlanceAppWidget?
Pretty much the title, im trying to make a widget that contains some data and linecharts, i know this glance stuff is pretty new, so im not sure if its possible to do this.
Guido Enrique Lambertucci
Votes: 0
Answers: 1
No default context on LocalContext.current
Using LocalContext.current results in app crash telling me:
java.lang.IllegalStateException: No default context
at androidx.glance.CompositionLocalsKt$LocalContext$1.invoke(CompositionLocals.k...
bqubique
Votes: 0
Answers: 1