Best of Jetpack Compose2023

  1. 1
    Article
    Avatar of pandProAndroidDev·3y

    Jetpack Compose Multiplatform Android & iOS

    Jetpack Compose Multiplatform Android & iOS has been working on Compose for several years and recently released an alpha version for iOS. The general approach of Kotlin Multiplatform includes the ability of sharing not only the business logic code, but also the UI code. You have a choice to use native iOS UI frameworks (UIKit or SwiftUI) or embed iOS code directly into Compose.

  2. 2
    Article
    Avatar of andevAndroid Developers·3y

    Advanced Layout concepts

    This post explores the advanced layout concepts in Jetpack Compose. It covers the various meanings of the term 'Layout' in Compose, how to build a custom layout, and the purpose of the '.layout()' modifier. The post also introduces the '.SubcomposeLayout' and intrinsic measurements in Compose.

  3. 3
    Article
    Avatar of pandProAndroidDev·3y

    Android Studio Live Code Templates to Save Your Time Coding

    Android Studio Live Code Templates to Save Your Time Coding to save your time. There are many more templates, but if you start writing code, they pop up automatically as they are usually obvious. Feel free to create a template, not only for Kotlin. It can be Java, Dart, Gradle, or anything else.

  4. 4
    Article
    Avatar of infoworldInfoWorld·3y

    JetBrains adds iOS support to cross-platform UI framework

    JetBrains adds iOS support to cross-platform UI framework for iOS. Compose Multiplatform is built on Google’s Jetpack Compose UI framework and JetBrains’ Kotlin Multiplatform development technology. Developers can build the UI once and it will run on all platforms.