Sunday, October 1, 2023

Screen navigation with Jetpack Compose




Today I started this codelab. I'm currently studying the starter code for the Cupcake app to figure out how Jetpack Compose makes it easy to code navigation between UI screens. 




The Amphibians app - an Android app written in Kotlin using Jetpack Compose

The Amphibians app: https://developer.android.com/codelabs/basic-android-kotlin-compose-practice-amphibians-app The Amphibians app is develo...