android / sunflower

A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose.
https://d.android.com/jetpack
Apache License 2.0
17.57k stars 4.67k forks source link

Improve `README.md` Noticeability. #968

Open Jaehwa-Noh opened 2 months ago

Jaehwa-Noh commented 2 months ago

Make a note section easily find first in sight.

Preivew is here.

[!Note] To see the original View implementation of Sunflower, checkout the views branch.

[!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.