Elyes Mansour
elyesm.bsky.social
Elyes Mansour
@elyesm.bsky.social
Android dev passionate about tech, science, and workplace culture.

Based in Denmark and working at framna.com building different apps and teaching Android at dtu.dk.

https://linktr.ee/elyesm
I was just reading the Material 3 design system docs, and I saw this snippet where they're explaining motion and citing iOS directly as an example.
Pretty cool that they're openly acknowledging a competitor.

#AndroidDev
October 19, 2025 at 11:21 AM
I've released my first open source library, a FloatingTabBar composable that mimics the new iOS Liquid Glass behavior.

github.com/elyesmansour...

This is my first ever open source contribution and it's been a very valuable experience.

I hope you like it and find it useful!

#AndroidDev
July 14, 2025 at 2:35 PM
This is my current iteration on recreating the iOS 26 navigation bar on Android. I hope to release this soon as my first open source project 🤞

#AndroidDev
June 30, 2025 at 8:44 AM
I just made this prototype for a floating navigation bar similar to iOS 26.
Designing the API for this component was a nice exercise.

#AndroidDev
June 19, 2025 at 10:10 PM
I created non-recomposing size modifiers to improve the regular ones that cause too many recompositions due to animations.

The code is shared in the gist below. Feel free to copy it :)

gist.github.com/elyesmansour...

#AndroidDev
March 11, 2025 at 11:07 PM