Table Of Contents: What is recomposition Why do you need to be concerned about recomposition? Tools to detect recomposition Final Thoughts This post is extracted from my talk “What does recomposition mean to your app” .
What is recomposition Recomposition is the action of forming something again or differently. …
Flying Hearts Animation in Jetpack Compose: Quick and Easy Edition
Table Of Contents: 1. Drawing the heart shape 2. Introducing the state 3. Adding Visibility animation 4. Adding Position animation 5. Making it multiple 6. Additional animations 7. Clean up 8. What’s next? Featured in OnCreate Digest Issue #98. Featured in Android Weekly Issue #508. Featured in Jetpack Compose …
Jetpack Compose in Many Shapes and Forms
Table Of Contents: What is Shape? How to apply Shape? Create a custom shape Final Thoughts Featured in Android Weekly Issue #504. Featured in Jetpack Compose Resources Issue #103. Oftentimes, we get asked to create different custom views and shapes in Android Development. In the old view-based system, we …