Android project demonstrating potential NPE in Nougat's android.support.design.widget.TabLayout.
Nougat replaced TabLayout's setOnTabSelectedListener() with the more general addOnTabSelectedListener().
The calling code however doesn't seem to check for a null Tab object, which occurs when the first is added.