BrowseScreen

fun BrowseScreen(columnState: ScalingLazyColumnState, modifier: Modifier = Modifier, content: BrowseScreenScope.() -> Unit)

A screen to browse contents of a media app.

This is an opinionated implementation that allows a lot of customisation. If further customisation is required, then SectionedList should be used directly.

This screen provide an implementation of:

  • a section to display user's list of downloads;

  • a section to display user's list of playlists;

  • a button to be used to navigate to another screen;