adjpd
09/03/2021, 9:08 PMTextInputLayout
and TextField
? Moreover, is there a plan to make Jetpack Compose the primary view system for Android, or just an alternative?Mark Murphy
09/03/2021, 10:59 PMView
system -- in the end, Compose UI is a very very very very complex custom View
.
And note that not everything can be done in Compose UI. Creating composable analogues for the Material Components for Android is relatively straightforward. But some things can only be done via framework View
implementations -- you cannot create a composable replacement for SurfaceView
, for example.adjpd
09/04/2021, 9:34 AMMark Murphy
09/04/2021, 10:47 AM