This page provides a form for community creation.
Last updated 10 months 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()