User Feed (2.3)

Default User Feed

This view allows user to view and interact with the feed content normally. This also applies when the Privacy setting is Public.

Private User Feed

This view block any user to see the target user feed content. This view only exist if the Private setting is Private.

Features

Feature

Description

User feed

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

Private feed

User can not see the feed content if user is not connected and the Privacy setting is Private

Usage

Create a Fragment

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

Last updated