Skip to content

Instantly share code, notes, and snippets.

@khunzohn
Created December 15, 2019 04:28
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 khunzohn/652789e9ca8f6082bd6d034566a9e882 to your computer and use it in GitHub Desktop.
Save khunzohn/652789e9ca8f6082bd6d034566a9e882 to your computer and use it in GitHub Desktop.
viewModelScope.launch {
try {
val movies = movieService.getUpcomingMovies()
} catch (e: Exception) {
//...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment