User Profile Page

This page shows user profile information as well as user feed

User Profile Behavior

User's own profile

Other user's profile

Components

Features

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 to create a post on user's own page

User profile update

User can tap Edit profile to open User profile edit page to update user's own profile

Usage

Create a Fragment

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

Last updated