miskalinn
07/01/2021, 2:25 PMAndrew Neal
07/01/2021, 2:41 PMmiskalinn
07/01/2021, 2:42 PMColton Idle
07/01/2021, 2:58 PMWith this beta release, Compose is API complete and has all the features you need to build production-ready apps.https://android-developers.googleblog.com/2021/02/announcing-jetpack-compose-beta.html "Jetpack" is the umbrella term for libraries that help you develop fast on android. They basically paper over 10 years of tech debt and things that are hard to do. Compose (technically Jetpack Compose) falls under that umbrella and basically let's you write UIs super fast and with less issues. e.g. a list doesn't take 200 lines anymore. It takes like 6.
miskalinn
07/01/2021, 3:43 PM