Skip to content

Instantly share code, notes, and snippets.

@larkintuckerllc
Created November 27, 2017 01:05
Show Gist options
  • Save larkintuckerllc/256f7a90a730e921da32afed9759f218 to your computer and use it in GitHub Desktop.
Save larkintuckerllc/256f7a90a730e921da32afed9759f218 to your computer and use it in GitHub Desktop.
How-to Dagger 2 with Android: Part 1 - 4
...
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
TextView dateTextView = findViewById(R.id.tvDate);
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment