My Community Page

This page shows a list of all communities that a user has joined, sorted in alphabetical order.

Features

Feature

Description

My community list

User can scroll vertically to see a list of communities that the user has joined sorted in alphabetical order.

Community search

User can search for a community using the Community name

Community creation

User can click on + button, to open Community Creation page

Usage

AmityMyCommunityFragment
    .newInstance()
    .enableSearch(true) // seach view to search community
    .showOptionsMenu(true) // option menu to create community in toolbar
    .build()

Last updated