Package-level declarations

Types

Link copied to clipboard
abstract class CreateScreen<I, V>(itemId: String?, viewModel: V) : PandoroScreen<V>

The CreateScreen serves as a base screen to create a new item or edit an existing one

Link copied to clipboard
abstract class ItemScreen<I, V>(viewModel: V, bottomPadding: Dp = 16.dp) : PandoroScreen<V>

The ItemScreen serves as a base screen to display the data related to an item

Link copied to clipboard
abstract class ListsScreen<V : MultipleListViewModel>(viewModel: V, screenTitle: StringResource) : PandoroScreen<V>

The ListsScreen serves as a base screen to display multiple lists in one screen, one horizontal other one vertical or grid format