C# 클래스 MonocleGiraffe.Android.Activities.FrontPagerAdapter

상속: FragmentPagerAdapter
파일 보기 프로젝트 열기: akshay2000/MonocleGiraffe 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

FrontPagerAdapter() 공개 메소드

public FrontPagerAdapter ( global f ) : System
f global
리턴 System

GetItem() 공개 메소드

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

GetTabView() 공개 메소드

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

GetTitle() 공개 메소드

public GetTitle ( int index ) : string
index int
리턴 string