Jetpack Compose, should we care yet?

This page summarizes the projects mentioned and recommended in the original post on /r/androiddev

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Shrine-Compose

    Compose prototype of Shrine, the e-commerce Material Design case study: https://material.io/design/material-studies/shrine.html

  • For example, I’m rebuilding the Shrine Material study in Compose. https://github.com/c5inco/Shrine-Compose It’s just capturing design intent for now but you can see in the code that I didn’t use the Layout primitive once. I may consider it for the Home Screen in the future since it’s like a Pinterest board, but overall one can get a lot done with Row/Column/Box.

  • Yeah, both for measuring the current width/height of the layout (like getting the screen size), and also when things like Modifier.fillMaxSize(0.5f) doesn't work and I have to write code like this

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts