My First Encounter with Jetpack Compose

It’s been 3 years since Jetpack Compose first production release came out and I finally got a chance to learn and understand how it works. I tried designing iOS style stopwatch timer to learn and understand how compose works and whether it should be a default choice for all the new UIs being written in Android. TLDR Implemented Stopwatch timer clock UI in compose. Project can be found here on Github....

August 25, 2024 · 7 min · Amit Bhandari