Matias Radzinski

Results 42 comments of Matias Radzinski

Hey @yombunker! Any news regarding this or when v3 is gonna be released? Just trying to evaluate if this library is viable for a project I'm working on. Cheers!

I ended up doing something like this in my adapter (using kotlin, but it's sort of clear enough): ``` // holder is just a ViewHolder and card is the root...

+1. Easy to reproduce by following what @bffcorreia said

It is indeed a RecyclerView bug and is yet to be fixed. For more information check: https://code.google.com/p/android/issues/detail?id=77846 https://code.google.com/p/android/issues/detail?id=77232

+1, many of the open issues refer to this pull. 21.0.3 version of the compat library has some changes on the RecyclerView.

JDK 1.8 should work pretty much fine. No bytecode has changed in between 1.7 and 1.8, so both should work. I have this same Android Studio installed on an Ubuntu...

Hey @FabrizioBrancati! It's actually pretty much simple. I've noticed that `ConcurrentOperation` calls `finish(success: success)` immediately after `executionBlock(self)`, meaning you can't have an async process running inside the operation because the...

The field `developerPayload` is a legacy field, kept to maintain the compatibility with old implementations, but as mentioned on Purchasing In-app Billing Products page (https://developer.android.com/training/in-app-billing/purchase-iab-products.html), this field isn't always available...

As you can imply from #18, this library does not support the usage of drawables/icons