C# Class MonocleGiraffe.Android.Activities.FrontPagerAdapter

Inheritance: FragmentPagerAdapter
ファイルを表示 Open project: akshay2000/MonocleGiraffe Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
FrontPagerAdapter ( global f ) : System
GetItem ( int position ) : global::Android.Support.V4.App.Fragment
GetTabView ( int index, Android.Views.LayoutInflater inflater ) : Android.Views.View
GetTitle ( int index ) : string

Method Details

FrontPagerAdapter() public method

public FrontPagerAdapter ( global f ) : System
f global
return System

GetItem() public method

public GetItem ( int position ) : global::Android.Support.V4.App.Fragment
position int
return global::Android.Support.V4.App.Fragment

GetTabView() public method

public GetTabView ( int index, Android.Views.LayoutInflater inflater ) : Android.Views.View
index int
inflater Android.Views.LayoutInflater
return Android.Views.View

GetTitle() public method

public GetTitle ( int index ) : string
index int
return string