Community Creation Page
This page provides a form for community creation.

Feature and Component
Feature
Description
Community creation
User can create a community by filling the required fields and tapping + Create community
Usage
Start an Activity
val intent =  Intent(this, AmityCommunityCreatorActivity::class.java)
startActivity(intent)Create a Fragment
AmityCommunityCreatorFragment.newInstance().build()Last updated
Was this helpful?
