
Kotlin Data Objects
Data objects just landed in with the Kotlin version 1.7.20 as an experimental feature.You can try them out using Kotlin compiler with version 1.7.20 and -language-version 1.8…

Jetpack Compose Navigation and Deeplinks
Navigating between screens in mobile apps is essential knowledge. We'll look at Jetpack Compose Navigation patterns and how to integrate it with deeplinks.
Why Need Navigation?
Android…
