All Classes
-
All Classes Interface Summary Class Summary Class Description Friend Loyalty Friend Data ModelFriendListActivity The Activity class for showing the list ofFriend
viaFriendsFragment
Can receive the following intent extras:IntentKey.PRIMARY_PARAMS
- theFriendsParams
to useIntentKey.PRIMARY_ID
- contains the leaderboard nameFriendsAdapter The adapter forFriendsFragment
FriendsAPI Class for setting the query parameters of Friends API.FriendsFragment<V extends FriendsView,P extends FriendsPresenter<V>> The fragment class for showing the list ofFriend
Can receive the following intent extras:IntentKey.PRIMARY_PARAMS
- theFriendsParams
to useIntentKey.PRIMARY_ID
- contains the leaderboard nameFriendsParams Class for setting the query parameters of Friends API AllNullable
parameters means you can remove the parameter by passing anull
value.FriendsParams.Builder FriendsPresenter<T extends FriendsView> TheMvpPresenter
class forFriendsFragment
FriendsView TheListView
class forFriendsFragment
FriendsViewHolder TheRecyclerView.ViewHolder
class forFriendsFragment
OnItemClickListener The clip listener for friend items in the list