File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ for adventurous developers there are [other backporting
22
22
tools] ( http://en.wikipedia.org/wiki/Java_backporting_tools ) that may let
23
23
you go from Java 5 down to Java 1.4.
24
24
25
- Android developers may use Retrolambda to take advantage of the Java 8
26
- features on Android. Serge Zaitsev has written [ an article about
27
- it] ( http://zserge.com/blog/android-lambda.html ) and there is a [ Gradle
25
+ Nowadays Android Studio has [ built-in support for Java 8 features] ( https://developer.android.com/studio/write/java8-support ) ,
26
+ so that is probably the first thing to try out. Otherwise, Retrolambda
27
+ works also for Android: Serge Zaitsev has written [ an article about
28
+ it] ( https://zserge.com/posts/android-lambda/ ) and there is a [ Gradle
28
29
plugin] ( #gradle-plugin ) which makes it easy.
29
30
30
31
Retrolambda does not backport the new Java 8 APIs, but there are other
You can’t perform that action at this time.
0 commit comments