user390517
user390517

Reputation:

Google Collections on Android

Has anyone ever used Multimaps on Android is it possible?

Upvotes: 2

Views: 1168

Answers (1)

Kevin Bourrillion
Kevin Bourrillion

Reputation: 40851

Guava works as-is on Android. What problems did you have? Use the released JAR, not the Guava sources. And as always, you should be using ProGuard as part of your build process to trim the size of your final binary down.

Upvotes: 9

Related Questions