C# Class HelloSwipeViewWithTabs.CustomPagerAdapter

Inheritance: FragmentPagerAdapter
Mostra file Open project: xamarin/monodroid-samples Class Usage Examples

Public Methods

Method Description
CustomPagerAdapter ( Android.Content.Context context, FragmentManager fm ) : System
CustomPagerAdapter ( IntPtr javaReference, JniHandleOwnership transfer ) : System
GetItem ( int position ) : Fragment
GetPageTitleFormatted ( int position ) : ICharSequence
GetTabView ( int position ) : Android.Views.View

Method Details

CustomPagerAdapter() public method

public CustomPagerAdapter ( Android.Content.Context context, FragmentManager fm ) : System
context Android.Content.Context
fm FragmentManager
return System

CustomPagerAdapter() public method

public CustomPagerAdapter ( IntPtr javaReference, JniHandleOwnership transfer ) : System
javaReference System.IntPtr
transfer JniHandleOwnership
return System

GetItem() public method

public GetItem ( int position ) : Fragment
position int
return Fragment

GetPageTitleFormatted() public method

public GetPageTitleFormatted ( int position ) : ICharSequence
position int
return ICharSequence

GetTabView() public method

public GetTabView ( int position ) : Android.Views.View
position int
return Android.Views.View