Questions
- Why might it be desirable to mix Views and Compose hierarchies?
- What are the similarities between
AndroidView()
andAndroidViewBinding()
? In which aspect are they different? - What role do ViewModels play with regard to synchronizing between Views and Compose hierarchies?