Category List Page

This page shows a list of all categories sorted in alphabetical order.

Features

Feature

Description

Category list

User can see a list of all categories sorted in alphabetical order.

Navigation to Category detail page

When a user selects a category item, the user is navigated to the Category detail page.

Usage

Start an Activity

val intent = Intent(this, AmityCategoryListActivity::class.java)
startActivity(intent)

Create a Fragment

AmityCategoryListFragment.newInstance().build(activity)

Last updated

Was this helpful?