I\'m currently experimenting with various new components in the new Android Support Design library. I\'ve implemented a NavigationView in my MainActivity.
NavigationView
MainActivity.
just tried to override the method in adapter:
public CharSequence getPageTitle(int position) {}
and it works.