You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, great job, sir! :)
I often include Guava in my projects, but I always end up using like 1% of it (mostly collections and predicates). The problem on Android is it's huge methods footprint, which I guess your lib is trying to solve.
I have only one request. Could you add class ComparisonChain? It has almost none dependencies, shouldn't be a problem :)
The text was updated successfully, but these errors were encountered:
Hey @rafakob thanks for the input here. I do wanna carefully pick what to add to the library since It might loose its main feature which is to stay tiny :). (I do not wanna end up with a big library)
Could you provide more context/information or use cases? Specially for android.
Hi, great job, sir! :)
I often include Guava in my projects, but I always end up using like 1% of it (mostly collections and predicates). The problem on Android is it's huge methods footprint, which I guess your lib is trying to solve.
I have only one request. Could you add class ComparisonChain? It has almost none dependencies, shouldn't be a problem :)
The text was updated successfully, but these errors were encountered: