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
Luca Nicoletti
12/13/2019, 4:24 PM
Have a look at how WebView is built in Compose. It under the hood uses the existing WebView
👍 1
a
Alejandro Rios
12/13/2019, 4:25 PM
There's a #compose channel
➕ 2
l
Luca Nicoletti
12/13/2019, 4:25 PM
and btw, there’s a #compose channel which you should post those questions in