Community List By Category Page
This page shows a list of all communities that belong to a category sorted in alphabetical order.
Last updated
Was this helpful?
Was this helpful?
val intent = AmityCategoryCommunityListActivity.newIntent( this, category)
startActivity(intent)AmityCategoryCommunityListFragment
.newInstance()
.category(category)
.build()