google-developer-training / basic-android-kotlin-compose-training-courses

Apache License 2.0
27 stars 16 forks source link

[Question] Why was the Image composable placed inside a box here? #14

Open shiv19 opened 11 months ago

shiv19 commented 11 months ago

https://github.com/google-developer-training/basic-android-kotlin-compose-training-courses/blob/7048ff70120e18025fc4e48d4501a8423a1b0b0f/app/src/main/java/com/example/courses/MainActivity.kt#L88C13-L88C13

Just curious to know why it was written this way. Is it one of the best practices to keep an image inside a Box Layout?