ViewProfileActivity.ContributionsPager

class ContributionsPager extends FragmentStatePagerAdapter

This PagerAdapter returns the correct fragment based on which list the user wishes to see. This could be seeing the list of networks the user is subscribed to, the list of posts the user has written, or the list of events the user has attended.

Constructors

ContributionsPager

ContributionsPager(FragmentManager fm)

Methods

getCount

public int getCount()

getItem

public Fragment getItem(int position)

getPageTitle

public CharSequence getPageTitle(int position)