This page provides a form for community creation.
Last updated 11 months ago
#3026: New Content: Technical FAQ
Change request updated 11 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()