Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jperedadnr/hellocharm
- Owner: jperedadnr
- Created: 2015-06-16T18:41:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-06T08:13:44.000Z (over 9 years ago)
- Last Synced: 2024-10-10T18:50:45.304Z (27 days ago)
- Language: Java
- Size: 828 KB
- Stars: 5
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).