Raul Portales

Results 77 comments of Raul Portales

Thanks for pointing it out. I am surprised nobody found it already. I should be making a new build and uploading it to somewhere that is not jcenter, but maybe...

Sorry I have not been actively looking at the repository. Thanks for taking the time to update all these.

I am curious as how did the drawingView became null. Maybe the app was put into the background and the views destroyed while the animation was still running? Do you...

That was never implemented. AFAIK This is not implemented in any particle system. Particles are meant to be very simple, if we add any collision detect / physics, the amount...

I haven't touched this project in a long while, if I were to update it I will most like look into better compatibility with Kotlin (like, making sure the interfaces...

That is not the best solution, this is most likely the same problem as for Activities regarding that while onCreate the views are not yet measured. The suggested solution is...

if you create the ParticleSystem after the views are measured, you can don't get a ViewTreeObserver callback, so the system does not know if the views are been measured yet,...

I have only a brief experience with activity transition animations, I have used them but I am not familiar with the inner workings of them. From what I have seen,...

Thanks for the heads up. This is an interesting bug. So, in principle the particles should not stop when the emitter stops because they need to do the lifecycle. This...

It is watched, but so far there has been no need to maintain it. It seems that every crash report on something like that was a misuse coming for a...