Serge Hulne
Serge Hulne

Reputation: 614

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

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. ?

Upvotes: 0

Views: 135

Answers (1)

enyciaa
enyciaa

Reputation: 2122

ComposeView in traditional android or AndroidView in compose

Upvotes: 1

Related Questions