https://github.com/nativescript/android-compose-example
@nativescript/jetpack-compose Example 🚀📓♥️
https://github.com/nativescript/android-compose-example
Last synced: about 1 month ago
JSON representation
@nativescript/jetpack-compose Example 🚀📓♥️
- Host: GitHub
- URL: https://github.com/nativescript/android-compose-example
- Owner: NativeScript
- Created: 2023-01-13T21:30:08.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-13T21:31:09.000Z (almost 3 years ago)
- Last Synced: 2024-10-29T15:51:51.390Z (about 1 year ago)
- Language: Kotlin
- Homepage: https://twitter.com/NativeScript/status/1614012724249505792
- Size: 358 KB
- Stars: 16
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**@nativescript/jetpack-compose** Example 🚀📓♥️
Android app using [Angular](https://angular.io/) to drive [Jetpack Compose](https://developer.android.com/jetpack/compose)
- [Drive yourself](#drive-yourself)
- [Credits](#credits)
## Drive yourself
Prerequisites:
- [NativeScript Environment Setup](https://docs.nativescript.org/environment-setup.html)
- Android API Level 33 emulator or device
*Note*: Uses APIs only available on API Level 33+
```
ns debug android
```
## Credits
Inspired by [@sinasamaki](https://twitter.com/sinasamaki)
Usage from example shared [here](https://github.com/sinasamaki/DynamicIsland).