Community list by category page

This page shows a list of all communities that belong to a category sorted in alphabetical order.

Features

Feature

Description

Community list by category

User can see a list of all communities that belong to a category sorted in alphabetical order.

Navigation to Community Profile page

When a user selects a community item, the user is navigated to Community Profile page

Usage

Start an Activity

val intent = AmityCategoryCommunityListActivity.newIntent( this, category)
startActivity(intent)

Create a Fragment

AmityCategoryCommunityListFragment
            .newInstance()
            .category(category)
            .build()

Last updated