https://github.com/romainguy/sample-materials-shop
Sample app for Jetpack Compose Developer Preview 2
https://github.com/romainguy/sample-materials-shop
android jetpack-compose
Last synced: about 1 year ago
JSON representation
Sample app for Jetpack Compose Developer Preview 2
- Host: GitHub
- URL: https://github.com/romainguy/sample-materials-shop
- Owner: romainguy
- License: apache-2.0
- Created: 2020-06-11T01:01:21.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-06-13T15:39:24.000Z (about 2 years ago)
- Last Synced: 2025-03-28T16:05:48.296Z (about 1 year ago)
- Topics: android, jetpack-compose
- Language: Kotlin
- Size: 17.3 MB
- Stars: 505
- Watchers: 13
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome-Jetpack-Compose - Romain Guy's Sample Materials Shop
README
# Materials Shop
Sample app for [Jetpack Compose](https://developer.android.com/jetpack/compose) (`1.6.4`).
This repository contains the source code of the demo application shown in the following videos:
- [Android 11 Beta: Tools & Frameworks](https://www.youtube.com/watch?v=bAdRKQNbLmQ)
- [Get Composed](https://www.youtube.com/watch?v=U5BwfqBpiWU)

## Requirements
[Android Studio Koala Canary](https://developer.android.com/studio/preview) or newer.
## Features and integrations
This sample application shows how to use the following libraries and features:
- [Jetpack Compose](https://developer.android.com/jetpack/compose)
- Scrolling list (`LayColumnItems`)
- Animations
- `ConstraintLayout`
- Interoperability with `android.view`
- IDE previews
- [Room](https://developer.android.com/topic/libraries/architecture/room): data persistence
- [LiveData](https://developer.android.com/topic/libraries/architecture/livedata): lifecycle-aware observables
- [Filament](https://github.com/google/filament): real-time physically based 3D rendering
## License
The background image [`courtyard_8k`](https://hdrihaven.com/hdri/?h=courtyard) is licensed under
[CC0](https://hdrihaven.com/p/license.php) by Greg Zaal.
Please see [LICENSE](./LICENSE) for the source code's license.