Amity Docs
About UsDeveloper PortalArchived Docs
Search…
Announcements
Getting Started
Core Concepts
Chat
Social
Video
Amity UIKit
iOS
Android
Android Migration Guide
Amity UIKit Open Source
Overview
Installing UIKit
Setup & Authentication
Using Themes
Social UIKit
Using as a whole feature with the default settings
Our Components
Community home page
My community page
Category list page
Community list by category page
Community creation page
Community profile edit page
Post creation page
Post detail page
Post edit page
Comment Creation
Comment Edit Page
Community profile page (2.5)
Community feed (2.5)
Media Gallery
Community member page
User profile page
User profile page (2.3)
User setting page (2.3)
Following and Follower user list page(2.3)
Follow request page (2.3)
User profile edit page
Member selection page
Post target selection page
Using your own components
Overriding UIKit behaviour
Chat UIKit
Changelog
Web
Amity Social Cloud Console
Amity Social Cloud API
Developer Kits
Beta Features
Changelogs
Support
Powered By GitBook
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
1
​
2
AmityCommunityFeedFragment
3
.newInstance(community or communityId)
4
.feedType(AmityFeedType.PUBLISHED) // optional, available from version 2.4
5
.build(appcompatActivity)
6
Copied!
Previous
Community profile page (2.5)
Next
Media Gallery
Last modified 11mo ago
Export as PDF
Copy link
Contents
Features
Usage