3

Is there any way to use the lambdaj library in android development ?

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
ARV
  • 395
  • 2
  • 6
  • 19
  • @ARV..have you found the solution for this case in android.If so let me have your suggestion.. I'm getting success while implementing with java but can't get the same in android while using the same code base and libraries. – Senthil Mg Nov 08 '12 at 12:50
  • http://stackoverflow.com/questions/10383219/android-search-from-large-arraylist – Dharvik shah Dec 12 '15 at 07:22

2 Answers2

1

The reason can be about size of lambdaj jar.(750kb). Is ıt make sense to try to use it in mobile environment. Try to reduce size by removing common loggins and unused classes from hamcrest and cglib.

selin kamaş
  • 171
  • 1
  • 4
-1

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

letroll
  • 1,059
  • 1
  • 14
  • 36