Post edit page

This page provides a form to edit post content.

Limitation: images and files can only be removed from a post. New images or files cannot be added.

Features

Feature

Description

Text editing

User can edit text content.

Image removal

User can remove images.

File removal

User can remove files.

Usage

Create a Fragment

EkoPostEditFragment.Builder()
        .post(ekoPost)
        .build(activity)

Last updated