Did some more work on my side project app, feels p...
# compose
a
Did some more work on my side project app, feels pretty fluid, impressed with how well compose handles stuff like massive repaints, I feel 0 janks using this 😊
jetpack compose 19
🚀 16
l
The navigation element looks fancy. Are you the owner? What's the underlying element you have used? Looks like a mix of
BottomNavigation
and
BottomAppBar
a
I implemented it from scratch 🙂
I had some arc maths saved from a previous work project
Though, it doesn't use that kind of bottom bar anymore
I'm trying to shy away from the material design primitives tbh
The implementation is a custom shape that accepts a fab center point for the arc to be clipped out from the rounded rect
The bottom nav icons animate based on selected state
c
I love the animation
❤️ 1
l
Would you share your code, or maybe give some insights how you got it done? 🙂
a
Which sections?
l
I'm interested in the custom "BottomNavigation" element
a
It's really just a custom shape as the background and a similar implementation to the material one for the bottom bar items @Lilly