https://kotlinlang.org logo
#compose
Title
# compose
a

Andrew Kuryan

03/07/2020, 1:19 PM
Hey guys, do we currently have any way to display video with jetpack compose?
z

Zach Klippenstein (he/him) [MOD]

03/08/2020, 3:38 AM
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

Javier

03/08/2020, 12:33 PM
Is it possible to use old views inside composables?