talk-data.com
People (21 results)
See all 21 →Activities & events
| Title & Speakers | Event |
|---|---|
|
What I Learned from Publishing Libraries to Maven Central for 10 Years
2025-09-17 · 19:00
Nicola Corti
– Google Developer Expert for Kotlin
@ Meta
Publishing to Maven Central sounds simple… until it isn’t. In this talk, I’ll share a decade’s worth of lessons learned from publishing open source libraries to Maven Central and other repositories. From GPG key nightmares and Gradle plugin magic to simplify your publishing workflow: those are the tips wish you knew earlier. If you’ve ever fought with .pom files, staging repositories, or just want to understand how to go from a gradlew publish to GitHub download badge, this talk is for you. Expect incident stories, practical tips, and a series of do’s and don’ts to don’t be miserable when publishing to Central and making your next release smooth and drama-free! |
|
|
Beyond Basics: Fluid Image Transitions & Gesture Sync in Compose
2025-09-17 · 18:15
Piotr Prus
– Android Developer
@ Tilt
Learn how to elevate your Jetpack Compose animations by building a smooth, gesture-driven transition from a card to a full-screen modal. In this talk, we’ll explore advanced techniques for creating seamless screen transitions, focusing on how to move an image from a compact card layout to a fully expanded modal while maintaining a fluid and responsive user experience. We’ll dive into the intricacies of layering views in Compose, ensuring the image and other UI elements transition smoothly between screens. You’ll see how to synchronize animations with user gestures, such as dragging the modal down to dismiss it, and how to handle edge cases for a natural feel. This example goes beyond the basics, showcasing how to combine Compose’s animation API, Modifier.graphicsLayer, and pointer input. By the end of this session, you’ll have a deep understanding of how to create advanced, gesture-aware animations in Jetpack Compose, along with practical code examples you can apply to your own projects. Perfect for developers looking to push the boundaries of Compose animations and deliver standout user experiences. |
|