How can I use textClock widget in compose, apart o...
# compose
j
How can I use textClock widget in compose, apart of using androidView
a
AndroidView
is the only way to.
TextClock
only exists in android to provide a cross-process clock display for things like home screen widgets and notifications so there's not much point in compose-ui having a version of it