I am using the new android.support.design.widget.BottomNavigationView from the support library.
How can I set the current selection from code? I realized, that
I made a bug to Google about the fact that there's no reliable way to select the page on a BottomNavigationView: https://code.google.com/p/android/issues/detail?id=233697
NavigationView apparently had a similar issue, which they fixed by adding a new setCheckedItem() method.