Skip to content

Instantly share code, notes, and snippets.

@ElifBon
Created April 19, 2020 19:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ElifBon/ef09f86630942e04bd24683c3ddcdd81 to your computer and use it in GitHub Desktop.
Save ElifBon/ef09f86630942e04bd24683c3ddcdd81 to your computer and use it in GitHub Desktop.
@Composable
fun SpeakerList(speakers: List<SpeakerInfo>){
AdapterList(data = speakers) {
SpeakerInformation(speaker = it)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment