Google Collections on Android
Ha开发者_运维知识库s anyone ever used Multimaps on Android is it possible?
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.
精彩评论