Profile avatar
gakisstylianos.bsky.social
Android Dev at Hedvig, Working on https://github.com/HedvigInsurance/android I live in Stockholm, Sweden πŸ‡ΈπŸ‡ͺ, and I come from Greece πŸ‡¬πŸ‡·
229 posts 716 followers 559 following
Regular Contributor
Active Commenter

Good morning from DevFest Stockholm 2025! Come say hi if you see me around πŸ‘‹ #DevFestSthlm #DevFest #GDG

For the last #JetpackReleaseNotes of February, we have releases of CoordinatorLayout 1.3.0, ExifInterface 1.4.0, Core ViewTree 1.0.0, Activity 1.10.1, Wear Phone Interactions 1.1.0 plus bug fixes in DataStore 1.1.3, Navigation 2.8.8, and ConstraintLayout 2.2.1. developer.android.com/jetpack/andr...

Hey, I just released jetc.dev Newsletter Issue #253! ModalBottomSheet! @skydoves.bsky.social on composable API design! MapKit in Compose Multiplatform! Shimmer with @igorescodro.bsky.social! TV focus! And... what is androidx.media3:media3-ui-compose?!? jetc.dev/issues/253 #JetpackCompose #AndroidDev

More #JetpackReleaseNotes from today's releases of Navigation 2.8.6, Compose 1.7.7, Compose 1.8.0-beta01 (πŸŽ‰) as well as alphas in XR, Navigation, and Room. developer.android.com/jetpack/andr...

Hey, I just released jetc.dev Newsletter Issue #246! Compose Multiplatform update! Type-safe navigation! Camera! @sellmair.dev on hot reload! @Preview generator! And... a library of libraries?!? jetc.dev/issues/246 #JetpackCompose #AndroidDev

Our session for Adapting Android apps for #AndroidXR is now live! Learn how to build with the new Jetpack XR SDK and see your app come to life in the XR emulator within Android Studio. https://youtu.be/RQsE0n1xBxo?si=mQXjUYCFYPyYSkx-

I'm thinking about renaming the modifiers in Haze but not quite sure what to use. If you want to help, you can comment here: github.com/chrisbanes/h...

✨ New #JetpackCompose feature ✨ Introducing `keyframesWithSpline`, unlike the standard `keyframes` animation spec, it produces a natural smooth curve, perfect for working with predefined X,Y coords. βœ‚οΈ gist.github.com/riggaroo/98d... πŸ“ƒ developer.android.com/reference/ko...

Do your teams work in public channels (which, as I understand it, is how folks at Slack itself work) or are your teams hiding their decision & investigation process in private channels, Apple style culture? I shared this with our mobile org recently (400+ people). #AndroidDev

πŸ€” Did you know... there is a new Modifier in town 🀠 The latest alpha version of Jetpack Compose contains a new `Modifier#animateBounds()` which can automatically animate the size & position of your Composable. Simple example usage: gist.github.com/riggaroo/202... #JetpackCompose

Cool to see Confetti (github.com/joreilly/Con...) Kotlin/Wasm based Compose for Web client running now in new stable Safari 18.2 release.

Haze 1.1 πŸ’  has been released! The main change is the new 'Input Scale' parameter, which allows you to set an optional (down)scaling mode. This should have a positive effect on performance when enabled. github.com/chrisbanes/h...

Just published "Function Properties in Data Classes are Code Smells". marcellogalhardo.dev/posts/functi... #AndroidDev #Kotlin #KMP

Just published "Robolectric in commonTest". marcellogalhardo.dev/posts/robole... #AndroidDev #Kotlin #KMP

If you do any Compose UI work you owe it to yourself to read this excellent post by @zachklipp.com blog.zachklipp.com/centering-in... Just like any of Zach's articles, there is so much good information in there, you will thank yourself spending the time understanding what is being explained in it!