An open API service indexing awesome lists of open source software.

https://github.com/raimonizard/android-studio-screen-navigation-example

Exemple de navegació entre pantalles fet amb Android Studio LadyBug usant Jetpack Compose amb Kotlin.
https://github.com/raimonizard/android-studio-screen-navigation-example

android-studio jetpack-compose screen-navigation teaching-materials

Last synced: 5 months ago
JSON representation

Exemple de navegació entre pantalles fet amb Android Studio LadyBug usant Jetpack Compose amb Kotlin.

Awesome Lists containing this project

README

          

# Android App with screen navigation
## Android Studio Version
Android Studio Ladybug | 2024.2.1 Patch 2

## Language
Kotlin with JetPack Compose

## Purpose
Show an **screen navigation** use case

---

# Gradle dependencies
It is necessary to add the following dependencies in the file [`app/build.gradle.kts`](app/build.gradle):

``` bash
dependencies {
implementation 'androidx.navigation:navigation-compose:2.7.5'
}
```

# Screenshot
App activity