Lists Screen
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
Author
N7ghtm4r3 - Tecknobit
Parameters
view Model
The support viewmodel of the screen
screen Title
The title of the screen
See also
Equinox Screen
Inheritors
Functions
Link copied to clipboard
Custom action to execute when the androidx.compose.material3.FloatingActionButton is clicked
Link copied to clipboard
UI to filter the ItemsAdaptedSize list
Link copied to clipboard
UI to filter the ItemsInRow list
Link copied to clipboard
The column or grid list dynamically adapted based on the screen size
Link copied to clipboard
The horizontal list to display the items in row format
Link copied to clipboard