Community Feed (2.5)

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


AmityCommunityFeedFragment
         .newInstance(community or communityId)
         .feedType(AmityFeedType.PUBLISHED) // optional, available from version 2.4
         .build(appcompatActivity)
                

Last updated