Jump to content

User:Idloj/Scaloid (computing)

From Wikipedia, the free encyclopedia
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
Idloj/Scaloid
Developer(s)Sung-Ho Lee
Initial release2013-01-06 13:51:48 +0200
Stable release
3.3 / 2014-04-19 17:00:26 +0300
Written inScala, a bit of Java
Operating systemAndroid
Typelibrary
Websitegithub.com/pocorall/scaloid

Scaloid is, as described by Sung-Ho Lee,

a library that simplifies your Android code. It makes your code easy to understand and maintain by leveraging Scala language.

Implicit, the apply() method in Scala and other language features let the code be much more compact. The app layout/logic structure layout/logic in Scaloid can be compared to the Groovy Swing Builder in the look and mentality.