As I understand it, people using Scala for Android applications need to combine the Scala classes that they used with their application.
With this in mind, redundantly add hundreds of kilobytes to each Scala application, is it possible to build a Scala library that can be delivered throughout the market, so application developers can simply depend on this library rather than linking it on their own
source
share