Slide 2
Slide 2 text
textView.setCompoundDrawablesWithIntrinsicBounds(
ContextCompat.getDrawable(this, R.drawable.cat), null, null, null);
Problem:
Repetitive Java boilerplate
@{dataBinding}
findViewById, casts
setters are verbose/confusing
toolbar = (Toolbar) findViewById(R.id.toolbar);