Community creation page

This page provides a form for community creation.

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

Feature and Component

Feature

Description

Community creation

User can create a community by filling the required fields and tapping the Create community button

Usage

Start an Activity

val intent =  Intent(this, EkoCommunityCreateActivity::class.java)
startActivity(intent)

Create a Fragment

EkoCommunityCreateFragment.Builder().build(activity)

Last updated