Package-level declarations

Types

Link copied to clipboard

ViewModel for managing Recipe data.

Functions

Link copied to clipboard

Composable function for displaying a list item.

Link copied to clipboard

Composable function for displaying a numbered list item.

Link copied to clipboard
fun RecipeDetailScreen(recipeDetailViewModel: RecipeDetailViewModel = viewModel(factory = RecipeDetailViewModel.Factory), recipeId: Long, showImage: Boolean = true)

Composable function for the RecipeDetailScreen. It displays the details of a recipe.

Link copied to clipboard
fun RecipeImage(image: String?, title: String)

Composable function for displaying the recipe image.

Link copied to clipboard

Composable function for displaying a section header.