# User Feed

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FrQxzJXUHqh4hxIePTKR7%2FScreenshot%202566-02-22%20at%2011.18.40.png?alt=media&#x26;token=dcd4da4e-5598-4a89-abc8-719b3837e352" alt=""><figcaption></figcaption></figure>

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FTa2m7e7qIJLT7BZKCPr9%2FScreenshot%202566-02-22%20at%2011.19.35.png?alt=media&#x26;token=890370ca-a9d8-4819-9c41-566bf58ceba8" alt=""><figcaption></figcaption></figure>

## Features

| Feature   | Description                                                         |
| --------- | ------------------------------------------------------------------- |
| User feed | User can scroll vertically to see a list of posts from a user feed. |

## Usage

**Create a Fragment**&#x20;

```

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