Would it make sense to have a separate Scala library in Android market?
Posted
by soc
on Stack Overflow
See other posts from Stack Overflow
or by soc
Published on 2010-03-28T13:56:14Z
Indexed on
2010/03/28
14:03 UTC
Read the original article
Hit count: 145
As far as I understand it is necessary for people using Scala for Android applications to bundle the Scala classes they used with their application.
Considering this adds hundreds of kilobytes to each Scala app redundantly, would it be possible to build a Scala library which can be delivered over the market, so app writers can just depend on that library instead of bundling it themselves?
© Stack Overflow or respective owner