rodolfo navalon
rodolfo navalon
Any update on this?
Any update for this issue? as we are having the same crash as well
You can always start the ripple with `ripple.startRipple()` every time the recyclerview view holder is rendered in the list.
Currently right now there ia no way to attach a listener to each of the item. I am guessing you are using random position instead of ripple. I will tag...
Hi @tsmrecki Unfortunately, this project is now deprecated will be updating this on a new repo soon
Unfortunately, there is no way to optimize it outside the library, seems that you are using a slow device, but I would recommend using a lower radius for slow devices....
Any update on this?
I am having the same issue here seems a very complex hack, but is there a way to just set all of the `ExecutorService` as `SerialExecutor` So it is going...
@TWiStErRob Yes this does work by specifying the `resizeService` and `DiskCacheService` with a custom executor service. Just take note that both must have a different reference to the executor service.
Yes it does wait on all of the executor as long you have different instances of it. Having a wrapper for the ExecutorService will let you have control on it....