Jun 15, 2021
In a real scenario this data would be provided by a viewmodel and the composable would observe the that data from the viewmodel, using the collectAsState
extension function for instance. To keep things simple for the article I defined the data as global as the data itself is not all that relevant.