Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created November 29, 2017 00:51
Show Gist options
  • Save larkintuckerllc/501917dd5467b6fbe0e54e663c15fc7a to your computer and use it in GitHub Desktop.
Save larkintuckerllc/501917dd5467b6fbe0e54e663c15fc7a to your computer and use it in GitHub Desktop.
How-to Dagger 2 with Android: Part 2 - 1
...
((MyApplication) getApplication())
.getMyComponent()
.inject(MainActivity.this);
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment