😎🎉 Jetpack Compose 1.1 is now stable! Updates include: ✅ Touch target sizing ✅ ImageVector caching ✅ Several new stable and experimental APIs @FMuntenescu has the details ↓ bit.ly/3sqtIla
@AndroidDev @FMuntenescu Bring into view was long overdue @AndroidDev but it is still lacking the flexibility and stability of XML based layout. I use compose in production and I am forced to write a lot of hacky solutions. Please improve the focus Apis.
@AndroidDev @FMuntenescu It would be nice to have backwards compatibility with older versions of kotlin
@AndroidDev @FMuntenescu Good day! Is owly for twitter app still in development or has been neglected altogther?
@AndroidDev @FMuntenescu Constraint layout allows us to make responsive layout. How does compose handle responsive layout... Also how does compose integrate with rest of architecture components like view model. Data binding, live data also gives auto updates to ui , two way binding. So y compose...