C# Class FlashCardPager.FlashCardDeckAdapter

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

Public Properties

Property Type Description
flashCardDeck FlashCardDeck

Public Methods

Method Description
FlashCardDeckAdapter ( Android fm, FlashCardDeck flashCards ) : System
GetItem ( int position ) : Android.Support.V4.App.Fragment
GetPageTitleFormatted ( int position ) : Java.Lang.ICharSequence

Method Details

FlashCardDeckAdapter() public method

public FlashCardDeckAdapter ( Android fm, FlashCardDeck flashCards ) : System
fm Android
flashCards FlashCardDeck
return System

GetItem() public method

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

GetPageTitleFormatted() public method

public GetPageTitleFormatted ( int position ) : Java.Lang.ICharSequence
position int
return Java.Lang.ICharSequence

Property Details

flashCardDeck public property

public FlashCardDeck,FlashCardPager flashCardDeck
return FlashCardDeck