Skip to content

Migrate Review Recyclerview to Compose #2852

@LZRS

Description

@LZRS

This task focuses on migrating the remaining XML-based views, specifically the review screen's RecyclerView and the main QuestionnaireFragment container, to host the root questionnaire composable.

  • Replace the review screen's RecyclerView with a LazyColumn or equivalent composable.

  • Convert the QuestionnaireFragment's layout to a ComposeView. Tracked by Migrate QuestionnaireFragment UI to Compose #2889

  • Set the root questionnaire composable as the content for the ComposeView.

  • Remove associated XML layouts and fragment-specific view binding code.

Dependencies

Depends on #2851.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Complete

Status

✅ Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions