Skip to content

Instantly share code, notes, and snippets.

@ibrajix
Created July 6, 2022 14:58
Show Gist options
  • Save ibrajix/b51b68f150b60b25becf56c85f153a6a to your computer and use it in GitHub Desktop.
Save ibrajix/b51b68f150b60b25becf56c85f153a6a to your computer and use it in GitHub Desktop.
HomeScreenItems
@Composable
fun HomeScreenItems(
modifier: Modifier = Modifier,
navigator: DestinationsNavigator,
albums: List<Album>,
albumDatabaseViewModel: AlbumDatabaseViewModel = hiltViewModel(),
onCardClicked: (String) -> Unit,
onPopularAlbumClicked: () -> Unit
) {
........
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment