what the surfaceview equivalant in jetpack compose
# compose-android
o
what the surfaceview equivalant in jetpack compose
s
As of 1.6.0-alpha07 https://developer.android.com/jetpack/androidx/releases/compose-foundation#1.6.0-alpha07 it seems to be
AndroidExternalSurface
perhaps?
o
thank you 🙏
c
I was under the impression it was appropriate to just use SurfaceView directly, within an AndroidView. Are there new recommendations here or does it just depend on your use case