Amity Docs
About Us
Developer Portal
Archived Docs
Search…
Announcements
Getting Started
Core Concepts
Chat
Social
Video
Amity UIKit
iOS
Android
Android Migration Guide
Amity UIKit Open Source
Overview
Installing UIKit
Setup & Authentication
Using Themes
Social UIKit
Using as a whole feature with the default settings
Our Components
Community home page
My community page
Category list page
Community list by category page
Community creation page
Community profile edit page
Post creation page
Post detail page
Post edit page
Comment Creation
Comment Edit Page
Community profile page (2.5)
Community member page
User profile page
User profile page (2.3)
User setting page (2.3)
Following and Follower user list page(2.3)
Follow request page (2.3)
User profile edit page
Member selection page
Post target selection page
Using your own components
Overriding UIKit behaviour
Chat UIKit
Changelog
Web
Amity Social Cloud Console
Amity Social Cloud API
Developer Kits
Beta Features
Changelogs
Support
Powered By
GitBook
Community creation page
This page provides a form for community creation.
​
Default state of community creation page
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()
Previous
Community list by category page
Next
Community profile edit page
Last modified
8mo ago
Export as PDF
Copy link
Outline
Feature and Component
Usage