This page provides a form for community creation.
Last updated 1 year ago
Was this helpful?
#3026: New Content: Technical FAQ
Change request updated 1 year 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()