This repository was archived by the owner on Aug 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ A gardening app illustrating Android development best practices with migrating a
44Jetpack Compose. To learn about how Sunflower was migrated to Compose, see the
55[ migration journey] ( https://github.com/android/sunflower/blob/main/docs/MigrationJourney.md ) document.
66
7- ** Note** : To see the original View implementation of Sunflower, checkout the [ ` views ` ] ( https://github.com/android/sunflower/tree/views ) branch.
7+ > [ !Note]
8+ > To see the original View implementation of Sunflower, checkout the [ ` views ` ] ( https://github.com/android/sunflower/tree/views ) branch.
89
910## Screenshots
1011
@@ -15,10 +16,11 @@ Jetpack Compose. To learn about how Sunflower was migrated to Compose, see the
1516This sample showcases how to migrate an existing View-based app (Material 2) to Compose (Material 3).
1617See the linked migration journey doc above to learn more.
1718
18- ** Note** : As Compose cannot render HTML code in ` Text ` yet. The
19- ` AndroidViewBinding ` API is used to embed a ` TextView ` in Compose. See the
20- ` PlantDescription ` composable in the
21- [ PlantDetailView file] ( app/src/main/java/com/google/samples/apps/sunflower/compose/plantdetail/PlantDetailView.kt ) .
19+ > [ !Note]
20+ > As Compose cannot render HTML code in ` Text ` yet. The
21+ > ` AndroidViewBinding ` API is used to embed a ` TextView ` in Compose. See the
22+ > ` PlantDescription ` composable in the
23+ > [ PlantDetailView file] ( app/src/main/java/com/google/samples/apps/sunflower/compose/plantdetail/PlantDetailView.kt ) .
2224
2325## Requirements
2426
You can’t perform that action at this time.
0 commit comments