0

Is it possible to mix declarative and imperative paradigms for Android UI development ?

1- In « traditional » Android development, Java + XML are used to create interface elements (in a Rather static way).

2- With Kotlin + « Jetpack Compose » it is possible to create UI elements dynamically.

Is there a way to mix and match 1. And 2. ?

4

1 回答 1

1

传统android中的ComposeView或compose中的AndroidView

于 2021-03-02T23:04:18.143 回答