Building Counter App Like Flutter Using Jetpack Compose 1.0.

Ashutosh Singh
5 min readAug 7, 2021

Having been in beta for five months, Jetpack Compose is now officially getting its 1.0 release for production-ready on 28 July.

Google and JetBrains (the company behind Kotlin), created this declarative UI framework to replace the standard XML layout engine in Android. Compose lets developers create their layouts and accompanying logic all in Kotlin.

--

--