Jetpack Compose Navigation goes hand in hand with Jetpack Compose. The issue comes when you are coming from XML navigation. Passing arguments between screens is very easy in XML and by extending from Java.Serializable interface, everything was working like magic. But now, you open the Pandora’s box with Jetpack Compose and here is how you could fix it.
Continue reading “Making arguments work in Compose Navigation where there was XML”Tag: Jetpack Compose Navigation
Observations of migrating an app from XML to Jetpack Compose
Jetpack Compose is the coolest kid on the block, but it has various different drawbacks that I at least notice when we did the migration of the app I was working on. And I wanted to share them in my blog with everyone, just in case you need to do the same thing in your app.
Continue reading “Observations of migrating an app from XML to Jetpack Compose”