Search This Blog

Thursday, February 13, 2014

Android - Integrate scaloid with android annotations, maven and proguard

I managed to integrate Scaloid with android annotations, maven and proguard. The resulting "hello world" project contains:
- main start Activity written in SCALA
- second activity written in SCALA which uses Java classes (example of JAVA & SCALA integration)
- third activity is written in Java and uses Android Annotations
- all in obsfuscated & profiled with ProGuard
- project compiles from maven

Project: here



No comments:

Post a Comment

If you like this post, please leave a comment :)