Vinay Gaba
07/29/2020, 5:58 PMZach Klippenstein (he/him) [MOD]
07/29/2020, 6:00 PMVinay Gaba
07/29/2020, 6:03 PMromainguy
07/29/2020, 6:09 PMLeland Richardson [G]
07/29/2020, 6:13 PMallan.conda
07/29/2020, 6:26 PMMainActivityComponents
which contains the @Composable
functions. There’s also MainActivityComponent
which is actually a Dagger component though, so that’s a point of confusion. I’d get rid of that after migrating to hilt though, but there would still be the Hilt ActivityComponent
etc.
My own definition right now is that Compose Components are @Composable
functions, so I refer to Text()
as the Text component. For example.Karthick
08/02/2020, 6:22 PMromainguy
08/02/2020, 6:33 PMKarthick
08/04/2020, 5:48 PM