Post creation page

This page provides a form for post creation.

Types of post creations:

Text

Text and Images

User can select images from 2 sources.

Device Camera

Text and Files

Features

Feature

Description

Post creation

User can create post by adding content such as text, images, and files.

Usage

Create a Fragment

User can create a post either on a community feed or user's own feed.

Create a post on community feed

EkoPostCreateFragment.Builder()
    .onCommunityFeed(community or communityId)
    .build(activity)

Create a post on user's own feed

EkoPostCreateFragment.Builder()
     .onMyFeed()
     .build(activity)

Last updated