Skip to content

Instantly share code, notes, and snippets.

@KunalChaubal
Last active June 8, 2020 10:56
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 KunalChaubal/97dd8830050a76da15226230898b6be6 to your computer and use it in GitHub Desktop.
Save KunalChaubal/97dd8830050a76da15226230898b6be6 to your computer and use it in GitHub Desktop.
vm.fetchDogBreedList().observe(viewLifecycleOwner, Observer {
it?.let {
val aa = ArrayAdapter<Any>(requireContext(), android.R.layout.simple_spinner_item, it)
aa.setDropDownViewResource(android.R.layout.simple_spinner_dropdown_item)
vb.spinner.adapter = aa
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment