Jump to content

User:Idloj/Scaloid (computing)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by Idloj (talk | contribs) at 19:03, 17 May 2014 (Adding a little to the description). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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 employs the Builder pattern, so the Android layout/logic in Scaloid can be compared to the Groovy Swing Builder.