User Feed

This component shows a user feed of a specific user.

Features

Feature

Description

User feed

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

Usage

Create a Fragment


AmityUserFeedFragment
                .newInstance(user or userId)
                .build(activity)
                

Last updated