mousebird-consulting-inc / WhirlyGlobe

WhirlyGlobe Development
Other
827 stars 254 forks source link

Support for Jetpack Composables (Android) #1486

Open JtxGit opened 2 years ago

JtxGit commented 2 years ago

It seems that Google is trying to kill fragments... https://sonique6784.medium.com/jetpack-compose-and-the-fall-of-fragments-54bf9977da1a https://developer.android.com/jetpack/compose

Is there any plan / roadmap to implement Android support for these "@Composable" "screens" or "containers" without the need for a Fragment?

This would be much more versatile and easier to implement in interesting ways, as far as I can see...

PS. Or is there perhaps already a way to implement the map or globe view in such a "container"?

mousebird commented 2 years ago

Interesting. My instinct is that we'd build this when a client asked for it.
We'll keep an eye out.