ποΈ Dial for a voice recorder app
Inspired by Nothing Phone Recorder app
ποΈ Dial for a voice recorder app
Inspired by Nothing Phone Recorder app
Great opportunity to work with me β weβre hiring a Senior Developer Advocate for Android.
$227K base salary + Offers equity. Fully remote, global team, real impact, if youβre based within the Americas or EMEA region.
jobs.ashbyhq.com/revenuecat/d...
𫨠Trying to build a library out of the snappy drag thing that I build for one of my apps. #JetpackCompose
β similar dial to the last one, but in light mode and for a coffee grind setting
β similar dial to the last one, but in light mode and for a coffee grind setting
neither. I am using blur modifier here
π₯΅
like this?
β¨ Temperature picker Dial with glowing colors π¨
β¨ Temperature picker Dial with glowing colors π¨
πͺ Dial with sweep gradient and rounded edges
Latest Android Weekly Issue 712 is out!
androidweekly.net/issues/issue... #AndroidDev #Kotlin
π₯Big thanks to @androidweekly.bsky.social for featuring both my intro article and the open source repo for ChromaDial π
www.sinasamaki.com/how-to-creat...
β¨ New article on how to use the default dial in my ChromaDial library
www.sinasamaki.com/how-to-creat...
β¨ New article on how to use the default dial in my ChromaDial library
www.sinasamaki.com/how-to-creat...
Number change animation using blurs and scaling
It's not really based on RTL. It's because the hours on the left (eg. 9pm) are dark during PM.
I can invert to put am on the left by changing the circle to represent light, rather than darkness
That would be a nice addition. I just do not know how to handle places where there is no sunrise/sunset for a prolonged period
what do you think of this concept?
Using a larger sticky dial as an AM/PM picker that represents a shadow over the dark hours
β¨ Created this super minimal time picker using ChromaDial.
I want to make this library super customizable but easy to use to create beautiful dials.
So hit me with your best suggestion, improvement or craziest dial UI concept π
#JetpackCompose
β¨ Created this super minimal time picker using ChromaDial.
I want to make this library super customizable but easy to use to create beautiful dials.
So hit me with your best suggestion, improvement or craziest dial UI concept π
#JetpackCompose
Jetpack Compose is cool, but I can't deny how much fun I have had with building the ChromaDial docs website using astro.build.
It's so fast, sometimes I can't tell the difference between dev and a live site π€©
There are lots more UI easter eggs to come β¨
β¨ ChromaDial is a new #ComposeMultiplatform library that enables you to create beautiful Dials for your #JetpackCompose app
Its API is similar to the Slider, but instead works in degrees
Just pass in and set the degree state
#buildinpublic
Thanks ππ
ChromaDial is still under development, but you can keep up with updates and find more information here: chromadial.sinasamaki.com
You can also define its looks and behavior
Use steps to set discreet snapping points on the Dial
Or pass in custom thumb and track composables to style it
For the degree ranges, you can set a starting point, and how many degrees the dial can cover.
This range can even extend beyond 360ΒΊ, if you choose
β¨ ChromaDial is a new #ComposeMultiplatform library that enables you to create beautiful Dials for your #JetpackCompose app
Its API is similar to the Slider, but instead works in degrees
Just pass in and set the degree state
#buildinpublic
π Early Bird & workshop tickets are live π₯
π Hands-on workshops Β· June 3
Small rooms. Code-first. 4β6 hour deep dives.
π€ Main conference Β· June 4
π Prague, HoleΕ‘ovice Market
Whatβs on the menu? ππ
mdevcamp.eu
π Want to see a preview of what's coming up in #JetpackCompose?
We heard you that debugging shared elements is tricky. In 1.11.0-alpha03, a new composable LookaheadAnimationVisualDebugging was added.
Wrap your SharedTransitionLayout to add visual cues to track down those hard to debug issues. π‡οΈ