Eugeniu Tufar

Results 15 comments of Eugeniu Tufar

Got the same error on all emulators and some devices

Recycler view is a bit different, you must think about how to reuse views, when user do scroll, is not bound to lifecycle. Android lifecycle can help you to clear/init/pause/stop...

This ffmpeg library seems to be most relevant in 2020 https://github.com/tanersener/mobile-ffmpeg

@fmck3516 what is the best way to get a list of all the tests that we want to skip?

I did a small investigation, I am not sure if I am on the right way so let me know if I am missing something :) As far as I...

> Reason I'm thinking about JVM parameter: This would allow me to use the same approach for the Gradle (Java) & Maven plugin. I just tested, it is possible to...

>In the above, don't you disable the tests alltogether? Instead of disabling Skippy? sorry for confusion, I will remove that wildcard. The idea is that we can use the same...

>Cool. Can you sketch how Skippy would consume the info that you pass to the test task? That would clear up things for me quite a bit. In my head...

> I played around with Gradle's [AbstractTestTask#addTestListener](https://docs.gradle.org/current/javadoc/org/gradle/api/tasks/testing/AbstractTestTask.html#addTestListener(org.gradle.api.tasks.testing.TestListener)) - without much success since the listener and the tests are executed in separate JVMs. That's why I can't use the TestListener to...

> The TestListener was an attempt to replace the CoverageFileRule (not the SkipOrExecuteRule). The listener is not working in all the cases? Or only under some specific circumstances?