File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 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
2222tools] ( http://en.wikipedia.org/wiki/Java_backporting_tools ) that may let
2323you go from Java 5 down to Java 1.4.
2424
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
2829plugin] ( #gradle-plugin ) which makes it easy.
2930
3031Retrolambda does not backport the new Java 8 APIs, but there are other
You can’t perform that action at this time.
0 commit comments