0

Is possible to insert a Java view that extends a Framelayout inside of a composable component. That I want to achieve is insert an old view component in a compose view.

I was searching but did not find any reference.

halfer
  • 19,824
  • 17
  • 99
  • 186
S.P.
  • 2,274
  • 4
  • 26
  • 57

1 Answers1

0

Yes, you need to use AndroidView, check out more in documentation

Phil Dukhov
  • 67,741
  • 15
  • 184
  • 220