Giving powers to the Navigation Compose library

Navigation Compose Extended is a multiplatform complementary library for Navigation Compose to improve creation of navigation elements, such as destination routes, arguments, deep links, … in a more idiomatic way than using literals. It also provides safe navigation routes and safe navigation arguments. Usage This library can be used programmatically or using annotations to generate classes. In the following lines, annotations are used to create navigation elements. First, add the following dependencies in the module build.gradle file. ...

April 24, 2024 · 4 min · Sergio Belda