Effortless Navigation with Type Safety in Jetpack Compose Navigation Library

Опубликовано: 18 Март 2025
на канале: Sagar Malhotra
759
16

Jetpack Compose Navigation Library has a new update where it starts to support directly passing the objects and data classes as a Route to your compostables. It uses Kotlin Serialization to first serialize and then pass and deserialize when received.
This tutorial shows the comparison between the previous implementation and the new approach.

Repo link: https://github.com/Sagar0-0/Demo/tree...




#kotlin #android #androiddev