# Community Profile Page (2.5)

![Non-member view](https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MX0mOAVWkotGme0iRzu%2F-MkfqD4lqFN9H2LbZocn%2F-Mkg7ODyxjwFaI3TDMDt%2Fprofile%20-nonmember.png?alt=media\&token=feae753c-0e37-4b89-95fb-b32caf2c4bc4)

<figure><img src="https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MX0mOAVWkotGme0iRzu%2Fuploads%2FqYb61uPMMMcqWobGKXQx%2FScreenshot%202566-02-22%20at%2010.55.43.png?alt=media&#x26;token=e76f4a7c-3ace-4c54-9cf6-694bb150e401" alt=""><figcaption><p>Community member view</p></figcaption></figure>

![Community creator view ](https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MX0mOAVWkotGme0iRzu%2F-MkfqD4lqFN9H2LbZocn%2F-Mkg7cJgEdjC-v0nPoEk%2Fprofile%20-%20creator.png?alt=media\&token=1e71a920-4d85-4e56-a9cf-c795741c95fb)

### Components

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

### Features

| **Feature**              | **Description**                                                                                                                                                                                         |
| ------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Becoming a member        | User can tap Join button to join a community.                                                                                                                                                           |
| 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).               |
| Community profile update | Creator can tap Edit profile button to open [Community profile edit page](https://docs.social.plus/social-plus-uikit/uikit-3/android/community/using-only-some-components/community-profile-edit-page). |

### Usage

**Create a Fragment**

```
AmityCommunityPageFragment()
          .newInstance(communityId)
          .build(activity)
```
