Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ngapp-dev/material3adaptivenavigationsuitedemo
This app shows how to create a responsive interface using New APIs for adaptive layouts on Jetpack Compose with help of Material 3 Adaptive Navigation Suit.
https://github.com/ngapp-dev/material3adaptivenavigationsuitedemo
Last synced: 7 days ago
JSON representation
This app shows how to create a responsive interface using New APIs for adaptive layouts on Jetpack Compose with help of Material 3 Adaptive Navigation Suit.
- Host: GitHub
- URL: https://github.com/ngapp-dev/material3adaptivenavigationsuitedemo
- Owner: ngapp-dev
- License: apache-2.0
- Created: 2023-12-05T19:41:44.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2024-02-01T08:16:19.000Z (10 months ago)
- Last Synced: 2024-02-01T09:28:21.966Z (10 months ago)
- Language: Kotlin
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Material 3 Adaptive Navigation Suite Demo App
==================This app shows how to create a responsive interface using New APIs for adaptive layouts on Jetpack Compose with help of [Material 3 Adaptive Navigation Suit](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/material3/material3-adaptive-navigation-suite/androidx-compose-material3-adaptive-navigation-suite-documentation.md).
## Versions
* [Material 3 Adaptive](https://developer.android.com/jetpack/androidx/releases/compose-material3#compose_material3_adaptive_version_10_2) - "1.0.0-alpha05"
* [Material 3 Adaptive Navigation Suit](https://cs.android.com/androidx/platform/frameworks/support/+/androidx-main:compose/material3/material3-adaptive-navigation-suite/androidx-compose-material3-adaptive-navigation-suite-documentation.md) - "1.0.0-alpha02"
* [AndroidX Navigation](https://developer.android.com/reference/androidx/navigation/package-summary) - "2.7.6"
* [Android Gradle Plugin](https://developer.android.com/reference/tools/gradle-api/8.2/classes) - "8.2.2"
* [Kotlin](https://github.com/JetBrains/kotlin/releases/tag/v1.9.20) - "1.9.21"## Screenshots
![Screenshot showing how Material 3 Adaptive Navigation Suite Demo works on compact devices](screenshots/compact_portrait.png "Screenshot showing how Material 3 Adaptive Navigation Suite Demo works on compact devices")
![Screenshot showing how Material 3 Adaptive Navigation Suite Demo works on medium devices](screenshots/medium_portrait.png "Screenshot showing how Material 3 Adaptive Navigation Suite Demo works on medium devices")
![Screenshot showing how Material 3 Adaptive Navigation Suite Demo works on large devices](screenshots/large_landscape.png "Screenshot showing how Material 3 Adaptive Navigation Suite Demo works on large devices")# License
**Material 3 Adaptive Navigation Suite Demo** is distributed under the terms of the Apache License (Version 2.0). See the
[license](LICENSE) for more information.