Use lambdaj library in android development

Can lambdaj library be used in Android development?

+3
source share
2 answers

The reason may be the size of the lambdai jar (750kb). It makes no sense to try to use it in a mobile environment. Try reducing size by removing common logins and unused classes from hamcrest and cglib.

+1
source

You can easily do this by importing. jar in the lib folder of the project.

-1
source

All Articles