Top "Retrolambda" questions

Retrolambda is a backport of Java 8's lambda expressions to Java 7, 6 and 5

Retrolambda - Jack is required to support java 8 - warning fix

Is there a way to disable warning about Jack is required to support java 8 language features. while using Retrolambda? I …

android android-gradle-plugin retrolambda
AndroidHttpClient not found (when running Robolectric)

I've set up a very simple project to test the integration of Robolectric + Data Binding + Retrolambda. When I run the …

android data-binding robolectric retrolambda
How to run 2 queries sequentially in a Android RxJava Observable?

I want to run 2 asynchronous tasks, one followed by the other (sequentially). I have read something about ZIP or Flat, …

android rx-java observable subscriber retrolambda
Lambda expressions - can not set lambda parameter as argument to method

I'm trying use lambda expressions on Android using retrolambda. In code below I need to add listener that is interface: …

java android lambda retrolambda
Is there a way to use Java 8 functional interfaces on Android API below 24?

I can use retrolambda to enable lambdas with Android API level <24. So this works myButton.setOnClickListener(view -> …

java android lambda functional-interface retrolambda
How to specify sourceCompatibility compile options when using the Android Gradle Experimental plugin

I'm currently using the Android Gradle Experimental plugin in one of my apps and I would like to be able …

android android-gradle-plugin gradle-experimental retrolambda
Retrolambda Requirement for Java 8 Causing :mobile:dexDebug' Exception

Having big problems trying to get retrolambda working in my project. There are plenty of sex issues and solutions out …

android android-library retrolambda
Retrolambda: Lint crashes when using lambda expressions with retrolambda

I'm trying to use retrolambda along with gradle-retrolambda plugin. In general it works fine, but when I compile for release, …

android android-gradle-plugin lint android-lint retrolambda