Skip to content

Instantly share code, notes, and snippets.

@shalperin
Created October 14, 2020 19:24
Show Gist options
  • Save shalperin/f78eec957cf269a1980b9518eb14d6b2 to your computer and use it in GitHub Desktop.
Save shalperin/f78eec957cf269a1980b9518eb14d6b2 to your computer and use it in GitHub Desktop.
CoroutineScope(Dispatchers.Main).launch {
val html :String= flickrApi.fetchContents()
binding.myTextView.text = html
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment