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.
- Host: GitHub
- URL: https://github.com/raimonizard/android-studio-screen-navigation-example
- Owner: raimonizard
- Created: 2024-11-20T16:14:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T17:08:43.000Z (about 1 year ago)
- Last Synced: 2025-08-01T20:57:47.714Z (6 months ago)
- Topics: android-studio, jetpack-compose, screen-navigation, teaching-materials
- Language: Kotlin
- Homepage:
- Size: 186 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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