Community
Articles from the Composables community
Get new Android, Jetpack Compose, Compose Multiplatform, Kotlin, and Compose Unstyled articles in your inbox.
Be seen by thousands
Boost your dev credibility by sharing your experience with the community.
Adding animations to Google Maps in Jetpack Compose
In this article, I will show you how I added a Compose layer over the map where I can add any Composable using map projections. ## Before we begin ...By SinasamakiLayout modifiers in Jetpack Compose
## Purpose The `layout` modifier allows to change the measure and placement (coordinates) of a Layout Composable. > By Layout Composable we can und...By Jorge Castillo