# User Profile Page

## User Profile Behavior

### User's own profile

![](https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MX0mOAVWkotGme0iRzu%2F-MX70GkWhOjWAOGQ_3ax%2F-MX70TTehEGpWU-2wnAB%2Fimage%20\(22\)%20\(1\).png?alt=media\&token=46b1b396-c66e-4c05-b0b0-9a472e8fd5bc)

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FrbQFy99ndjrReIujlsyo%2FScreenshot%202566-02-22%20at%2011.16.17.png?alt=media&#x26;token=52cbb6a3-ff03-4e2c-8a7e-94f22fb3365c" alt=""><figcaption><p>A community member page </p></figcaption></figure>

### Other user's profile

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FO19UQFk28aLz2N8jflWG%2FScreenshot%202566-02-22%20at%2011.17.11.png?alt=media&#x26;token=c5e4b00c-447c-43dd-a648-fe859e6fda10" alt=""><figcaption></figcaption></figure>

## Components

* [User feed](https://docs.social.plus/social-plus-uikit/uikit-3/android/community/using-only-some-components/user-profile-page/user-feed)

## Features&#x20;

| Feature             | Description                                                                                                                                                                                                                   |
| ------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| User Profile        | User can view display name and description.                                                                                                                                                                                   |
| Post creation       | User can tap the floating action button to open [Post creation page](https://docs.social.plus/social-plus-uikit/uikit-3/android/community/using-only-some-components/post-creation-page) to create a post on user's own page. |
| User profile update | User can tap Edit profile to open [User profile edit page](https://docs.social.plus/social-plus-uikit/uikit-3/android/community/using-only-some-components/user-profile-edit-page) to update user's own profile.              |

## Usage

**Create a Fragment**&#x20;

```
AmityUserProfilePageFragment
          .newInstnce(user or userId)
          .build(activity)
```

#### Customise components with Fragment builder

A delegate can be passed to customise the components.

| Method               | Description                                 |
| -------------------- | ------------------------------------------- |
| feedFragmentDelegate | Fragment delegation for `AmityFeedFragment` |
