Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Improve README.md Noticeability. #968

Merged
merged 3 commits into from
Jul 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ A gardening app illustrating Android development best practices with migrating a
Jetpack Compose. To learn about how Sunflower was migrated to Compose, see the
[migration journey](https://github.com/android/sunflower/blob/main/docs/MigrationJourney.md) document.

**Note**: To see the original View implementation of Sunflower, checkout the [`views`](https://github.com/android/sunflower/tree/views) branch.
> [!Note]
> To see the original View implementation of Sunflower, checkout the [`views`](https://github.com/android/sunflower/tree/views) branch.

## Screenshots

Expand All @@ -15,10 +16,11 @@ Jetpack Compose. To learn about how Sunflower was migrated to Compose, see the
This sample showcases how to migrate an existing View-based app (Material 2) to Compose (Material 3).
See the linked migration journey doc above to learn more.

**Note**: As Compose cannot render HTML code in `Text` yet. The
`AndroidViewBinding` API is used to embed a `TextView` in Compose. See the
`PlantDescription` composable in the
[PlantDetailView file](app/src/main/java/com/google/samples/apps/sunflower/compose/plantdetail/PlantDetailView.kt).
> [!Note]
> As Compose cannot render HTML code in `Text` yet. The
> `AndroidViewBinding` API is used to embed a `TextView` in Compose. See the
> `PlantDescription` composable in the
> [PlantDetailView file](app/src/main/java/com/google/samples/apps/sunflower/compose/plantdetail/PlantDetailView.kt).

## Requirements

Expand Down
Loading