Community feed

This component shows a list of posts from a community feed.

Features

Feature

Description

Community feed

User can scroll vertically to see a list of posts from a community feed

Usage

Create a Fragment


EkoFeedFragment.builder()
         .ofCommunity(communityId)
         .build()
                

Last updated