Skip to content

Instantly share code, notes, and snippets.

@paulocns
Created August 4, 2018 21:58
Show Gist options
  • Save paulocns/a702e4605e4acc4b7a90684ffaf7d3b5 to your computer and use it in GitHub Desktop.
Save paulocns/a702e4605e4acc4b7a90684ffaf7d3b5 to your computer and use it in GitHub Desktop.
class QueryFragment : BaseFragment() {
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)
val queryViewModelArc = ViewModelProviders.of(this, viewModelFactory).get(QueryViewModelArc::class.java)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment