Category: Sin categoría

  • Jetpack Compose: Different ways to work with sizes

    Jetpack Compose: Different ways to work with sizes

    If you have worked with Jetpack Compose for a while and you have done slightly ‘complex’ things, you will have needed to do magic tricks calculating sizes to align things to match a Figma design or any other designer requirements. Let’s think about an example: This looks pretty basic, its a Row with two children:…

  • Navigation System with KMM (Part 2)

    Navigation System with KMM (Part 2)

    In the previous article of this series about my KMM Navigation system I talked about the Android part mainly, and I showed a little bit of the iOS side. I talked about NavInstance and NavBuilder, two helper classes to manage the navigation stack on the iOS side of the app. Now I’m going to link…