Michal Bacik
10/31/2019, 2:36 PMView
has Context
which allows to load resources (strings, images), read configuration or even get Application
object. Now I wonder if similar context may be there automatically, or we must pass it ourselves as paramater?Luca Nicoletti
10/31/2019, 2:37 PMMichal Bacik
10/31/2019, 2:41 PMLuca Nicoletti
10/31/2019, 2:43 PMAdam Powell
10/31/2019, 3:02 PMMichal Bacik
10/31/2019, 3:06 PMAdam Powell
10/31/2019, 3:16 PMkioba
10/31/2019, 3:20 PMLuca Nicoletti
10/31/2019, 3:20 PMMichal Bacik
10/31/2019, 3:21 PMkioba
10/31/2019, 3:28 PMAdam Powell
10/31/2019, 3:32 PMLuca Nicoletti
10/31/2019, 3:32 PMLeland Richardson [G]
10/31/2019, 4:29 PM@Composable fun main()
be the entry point 🙂pavi2410
10/31/2019, 4:48 PMLuca Nicoletti
10/31/2019, 4:48 PMAdam Powell
10/31/2019, 4:55 PMmain
being magic for android is that it maps poorly to multiple activity entry points to an app, which isn't something I want to discourage with the shape of our preferred entry point definition mechanismLuca Nicoletti
10/31/2019, 4:56 PMAdam Powell
10/31/2019, 4:56 PMLuca Nicoletti
10/31/2019, 4:57 PMAdam Powell
10/31/2019, 4:57 PMLeland Richardson [G]
10/31/2019, 5:48 PM