Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
biafra
on March 21, 2010
|
parent
|
context
|
favorite
| on:
Develop for Android with Scala
I did a hello-world in Scala for Android (without this toolkit) shrinking it with proguard and the apk increased by 800kbyte.
Installing on a real device or the emulator is noticeable slower.
andrew1
on March 21, 2010
[–]
You should be able to get the final size to less than 100kb, I can't remember exactly what I ended up with using Proguard but I think it was 30-40kb. It should manage to remove virtually all the Scala library code as hardly any of it would be used.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Installing on a real device or the emulator is noticeable slower.