A useful article, tells how you can detect what technology #Android app's UI is written on: #Compose, #AndroidView, or #Flutter (#ReactNative builds views on basic components) based on “#LayoutBounds” in dev's settings. Also useful for testing your UI.
@callmeryan/a-developers-approach-to-identifying-jetpack-compose-usage-in-apps-978601e36de2" target="_blank" rel="nofollow noopener">medium.com/@callmeryan/a-…
De vez en cuando recomiendo dar una 👀 a la guia de #MD3, Google va añadiendo cosillas, por ejemplo, ahora se puede hacer un botón que solo tenga un icono, xml de #AndroidView
With #AndroidView as the items in LazyColumn of #Compose has problem when scrolling the list, replacing the AndroidView with #Composable, the problem is gone. Not sure why for now. #androidcompose