Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jperedadnr/hellocharm

HelloWorld sample to introduce Gluon Charm capabilities
https://github.com/jperedadnr/hellocharm

Last synced: 6 days ago
JSON representation

HelloWorld sample to introduce Gluon Charm capabilities

Awesome Lists containing this project

README

        

# HelloCharm

HelloWorld sample to introduce Gluon Charm capabilities

Get Charm [here](http://gluonhq.com/products/charm/downloads/). You will need

Read the documentation [here](http://docs.gluonhq.com/charm/0.0.1/)

Access the JavaDoc [here](http://docs.gluonhq.com/javadoc/0.0.1/)

For questions, go to the forum [here](http://gluonhq.com/forums/)

Desktop
=======

Clone, build and run

```bash
gradlew run
```

Android
=======

Clone, build, connect your device and run

```bash
gradlew androidInstall
```

or just install the apk from [here](https://github.com/jperedadnr/HelloCharm/releases/tag/v1.0).