This page shows a list of all categories sorted in alphabetical order
Last updated 1 year ago
#3026: New Content: Technical FAQ
Change request updated 11 months ago
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 Category detail page
Start an Activity
val intent = Intent(this, AmityCategoryListActivity::class.java) startActivity(intent)
Create a Fragment
AmityCategoryListFragment.newInstance().build(activity)