Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pocorall/hello-scaloid-gradle
A "Hello, world" of Scaloid for gradle.
https://github.com/pocorall/hello-scaloid-gradle
Last synced: 3 months ago
JSON representation
A "Hello, world" of Scaloid for gradle.
- Host: GitHub
- URL: https://github.com/pocorall/hello-scaloid-gradle
- Owner: pocorall
- Created: 2014-08-30T23:22:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-14T09:55:20.000Z (over 9 years ago)
- Last Synced: 2023-03-12T10:12:01.170Z (almost 2 years ago)
- Language: Scala
- Homepage: http://scaloid.org
- Size: 195 KB
- Stars: 13
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello Scaloid for gradle
This is a template project that can be a starting point of a new [Scaloid](https://github.com/pocorall/scaloid) project.
This contains minimum code as possible; therefore easy to run, examine and extend.
Prerequisites
-------------
* Android build tool 22.0.1
* Android SDK Level 16
- Level 16 is required for building, while this app retains runtime compatibility from API Level 10. Please refer to `minSdkVersion` property in `build.gradle`Build
-----
You can build this project using gradle:$ gradlew packageDebug
This will compile the project and generate an APK.
For more command, refer to [gradle-android-scala-plugin](https://github.com/saturday06/gradle-android-scala-plugin).
Is the build too slow?
----------------------
This gradle project works completely. But long build time would matter, which usually takes more than 40 seconds.
We recommend to [build your project with sbt](https://github.com/pocorall/hello-scaloid-sbt), which enables incremental build.
This usually takes only several seconds.Further Reading
---------------
- [Scaloid](https://github.com/pocorall/scaloid)
- [Scaloid APIdemos](https://github.com/pocorall/scaloid-apidemos)