Post detail page

This page shows content of a post including reactions and comments.

Reply feature is coming soon.

Features

Feature

Description

Post content

User can view content of the post including reactions and comments.

Comment creation

User can create a comment by adding text to the compose bar and tapping Post button

Usage

Create a Fragment

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

Last updated