Join Slack
Powered by
Hi. Can we use Java or Kotlin libraries (libraries...
# compose
j
Jason Roberts
09/29/2021, 5:39 AM
Hi. Can we use Java or Kotlin libraries (libraries that use XML to design) in the Android JetpackCompose project? And how can we do it?
c
Csaba Kozák
09/29/2021, 7:05 AM
You can wrap your traditional view into an
AndroidView
composable, and use it in your compose UI.
➕ 1
2
Views
Open in Slack
Previous
Next