one question i want to implement audio exoplayer ...
# compose
i
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
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