Skip to content

Modernize AboutFragment Using Jetpack Compose #10309

@shamim-emon

Description

@shamim-emon

The AboutFragment currently uses an XML-based layout for rendering its UI. As part of our ongoing modernization effort and gradual migration toward Jetpack Compose, this issue proposes replacing the existing XML layout with a fully Compose-based UI.

Migrating this screen will help reduce UI boilerplate, improve readability, and align the codebase with modern Android UI development practices already adopted in other parts of the project.

🎯 Goals

  • Remove XML layout usage from AboutFragment.
  • Implement the UI using Jetpack Compose.
  • Use MVI in AboutFragment.
  • Ensure no regression in functionality.

Metadata

Metadata

Assignees

Labels

type: taskGeneral tasks or to-dos

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions