FirstView

constructor(context: Context, viewModel: FirstViewModel, shuttle: Shuttle)

Parameters

context

the context used to access resources and start activities.

viewModel

the view model that loads the image and exposes the UI state.

shuttle

the Shuttle instance used for safe cargo transport.