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

izyaboi

02/04/2021, 8:03 AM
one question i want to implement audio exoplayer in my project . is it right that i must interop the views that used in exoplayer?https://developer.android.com/jetpack/compose/interop have anyone a example for exoplayer with compose? or is there a compose project for it?
c

Cyril Find

02/04/2021, 8:07 AM
yes i've added exoplayer for video in my app this way (with
AndroidView
) but it's private, you can check out several samples like Jetstagram tho