Skip to content

Instantly share code, notes, and snippets.

@joseprl89
Created May 25, 2018 17:56
Show Gist options
  • Save joseprl89/cc42e71991864707d588bb7f63a130f3 to your computer and use it in GitHub Desktop.
Save joseprl89/cc42e71991864707d588bb7f63a130f3 to your computer and use it in GitHub Desktop.
public static ViewModelProvider of(@NonNull Fragment fragment) {
AndroidViewModelFactory factory = AndroidViewModelFactory.getInstance(checkApplication(checkActivity(fragment)));
return new ViewModelProvider(ViewModelStores.of(fragment), factory);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment