# Post Target Selection Page

![](https://2352509137-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-MX0mOAVWkotGme0iRzu%2F-MX71317k59mpvNjFbld%2F-MX71guW7IZdJ2zXK6sB%2Fimage%20\(29\)%20\(1\).png?alt=media\&token=211028da-ca27-4c5c-8b1e-13c1ce8bcebc)

## Features

| Feature                          | Description                                                                                                                                                                                                                       |
| -------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Post creation on user's own feed | When a user selects My Timeline, UIKit will open [Post Creation page](https://docs.social.plus/social-plus-uikit/uikit-3/android/community/using-only-some-components/post-creation-page) with the user's own feed as the target. |
| Post creation on community feed  | When a user selects a community, UIKit will open [Post Creation page](https://docs.social.plus/social-plus-uikit/uikit-3/android/community/using-only-some-components/post-creation-page) with the selected community.            |

## Usage

### **Start an activity**

```swift
val intent = Intent(this, AmityPostTargetPickerActivity::class.java)
startActivity(intent)
```

### **Create Fragment**&#x20;

```
AmityPostTargetPickerFragment.newInstance().build(postCreationType: String)
```
