Explore tab

This component consists of three components; Recommend community, Top trending community, and Categories components.

Components

Usage

Create a Fragment

EkoExploreFragment.builder().build(activity)

Customise components with Fragment builder

A delegate can be passed to customise the components.

Method

Description

recommendedCommunityFragmentDelegate

Fragment delegation for EkoRecommendedCommunityFragment

trendingCommunityFragmentDelegate

Fragment delegation for EkoTrendingCommunityFragment

categoryPreviewFragmentDelegate

Fragment delegation for EkoCategoryPreviewFragment

Last updated