Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created January 13, 2018 13:39
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 skydoves/0328daae82446393c45621aa8d7e8a0c to your computer and use it in GitHub Desktop.
Save skydoves/0328daae82446393c45621aa8d7e8a0c to your computer and use it in GitHub Desktop.
@Override
protected void onCreate(@Nullable Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
PreferenceComponent_UserProfileComponent.getInstance().inject(this);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment