jamesmontemagno / Xam.NavDrawer

Navigation Drawer Sample + MvvmCross Sample for Xamarin.Android
122 stars 96 forks source link

OnPageSelected in Design Support Library Sample #16

Closed jorgenstorlie closed 8 years ago

jorgenstorlie commented 8 years ago

I try to use som of the code from Design Support Library Sample I need to handle the selection of tabs in the viewpager. tabs.OnPageSelected > do something

Do you have a sample on that?

Befor I used PagerSlidingTabStrip-for-Xamarin.Android where you had added implementation of some of the events.

jamesmontemagno commented 8 years ago

Please see the documentation: https://developer.android.com/reference/android/support/design/widget/TabLayout.html#setOnTabSelectedListener(android.support.design.widget.TabLayout.OnTabSelectedListener)