Hey guys, do we currently have any way to display ...
# compose
a
Hey guys, do we currently have any way to display video with jetpack compose?
z
You can use a legacy Android view to get a surface. Compose doesn't currently support input events getting to legacy views inside a composition, but you shouldn't need that for this use case
j
Is it possible to use old views inside composables?