Jetpack Compose Question - Does anyone know if it'...
# android
b
Jetpack Compose Question - Does anyone know if it's possible to use 3rd party views with compose yet? I've been trying to play around with Compose, but my app revolves around a custom map view, similar to google maps, and I can't figure out how to implement the view. I believe they mentioned in one of their conference videos that you would be able to use View binding for this type of situation - is that functionality available yet?
l
Have a look at how WebView is built in Compose. It under the hood uses the existing WebView
👍 1
a
There's a #compose channel
2
l
and btw, there’s a #compose channel which you should post those questions in
b
oh didn't know, thanks!