Skip to content

Instantly share code, notes, and snippets.

@paulocns
Last active August 4, 2018 22:21
Show Gist options
  • Select an option

  • Save paulocns/4ea2a413518dca29b827ab914883ba93 to your computer and use it in GitHub Desktop.

Select an option

Save paulocns/4ea2a413518dca29b827ab914883ba93 to your computer and use it in GitHub Desktop.
fragment.java
public class QueryFragment extends BaseFragment {
@Override
public void onViewCreated(@NonNull View view, @Nullable Bundle savedInstanceState) {
super.onViewCreated(view, savedInstanceState);
QueryViewModelArc queryViewModelArc =
ViewModelProviders.of(this, getViewModelFactory()).get(QueryViewModelArc.class);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment