Eva
Eva
The sample app has click listener examples https://github.com/evant/binding-collection-adapter/blob/master/app/src/main/res/layout/item.xml. You might be able to get more help on a place like stack overflow.
Thank you for reporting your issue. In order to look into it, can you please provide a sample project and clear steps to reproduce?
Yes, live data is supported. Are the docs not clear enough?
You sure lint isn't doing a source-level check here? https://github.com/evant/android-retrolambda-lombok already has instructions on how to ignore the lint check for try-with-resources pre api 19.
Ah I see. They must have changed the way they detected it causing the previous filter not to work. Something like (untested) ``` xml ``` should work, though it's certainly...
That is correct, it only works for your source code, all libraries must be java 6/7. In theory it could process libraries by scanning for java 8 jars, unpacking them,...
> one should add the classpath into the top build.gradle file and the plugin is applied as single element into the module build.gradle file. This is not necessarily the case...
That's fair, you are correct when saying that "you assume a lot about the knowledge of the users about gradle". If it get some time, I'll work on trying to...
Execution failed for task ':myModule:_compileProductionDebugJava' when using incremental conpilation
I attempted to fix this and I got it to not crash, but it refused to actually compile incrementally. Will need to look into it some more, but it appears...
Execution failed for task ':myModule:_compileProductionDebugJava' when using incremental conpilation
Just to add to this, there is an open issue for actually getting java incremental compilation to work with the android plugin, https://code.google.com/p/android/issues/detail?id=82411, so it's not really worth it to...