User profile page

This page shows user profile information as well as user feed

User Profile Behaviour

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

EkoUserProfilePageFragment.builder()
          .user(user)
          .build(activity)

Customise components with Fragment builder

A delegate can be passed to customise the components.

Method

Description

feedFragmentDelegate

Fragment delegation for EkoFeedFragment

Last updated