Is there some good place to have some material3 inspiration? I’m making a new app and I could use some good UI to some some better idea on how to use all the Material You colors.
t
theapache64
10/07/2024, 9:17 AM
@sasikanth has been developing some cool-looking UI with m3 for a long time now.. he may have something interesting to share here.
This person makes some really unique components on Compose. Some of them fit well with Material implementations as well
https://www.sinasamaki.com/
The large screen gallery is definitely a good place to look into as well. Since you are also looking into how to best use the Material You colors, understanding the color system is really useful if you are building custom components
https://m3.material.io/styles/color/system/overview
I would also suggest looking at the shared element transition docs, because transitions are fun 😄
https://developer.android.com/develop/ui/compose/animation/shared-elements
Other than these, I mostly looking at Twitter to find custom implementations on Compose