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?