This page provides a form for community creation.
Last updated 8 days ago
Feature
Description
Community creation
User can create a community by filling the required fields and tapping + Create community.
Start an Activity
val intent = Intent(this, AmityCommunityCreatorActivity::class.java) startActivity(intent)
Create a Fragment
AmityCommunityCreatorFragment.newInstance().build()