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

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 🚀📓♥️

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).