Community profile edit page

This page provides a form for community profile update

In this version, there is no support for Only admin can post

Features

Feature

Description

Community profile update

User can update the information such as avatar, community name, description, categories etc for this community. Profile will be updated upon tapping save button.

Usage

Create a Fragment

EkoCommunityProfileEditFragment
    .Builder()
    .edit(communityId) 
    .community(community) 
    .build(activity)

Last updated