Future of Java 8 Language Feature Support on Android
android-developers.googleblog.com
Future of Java 8 Language Feature Support on Android
1–10 of 103 posts
Re: Future of Java 8 Language Feature Support on Android
#2I'm assuming they'll translate bytecode for older API versions? Or will Java 8 only be available for newer API versions?
Re: Future of Java 8 Language Feature Support on Android
#3Re: Future of Java 8 Language Feature Support on Android
#4Re: Future of Java 8 Language Feature Support on Android
#5...I hope they fix IntelliJ's default suggestions, which try to turn all of your loops into `.stream()` calls!
Re: Future of Java 8 Language Feature Support on Android
#6Sounds like good news to me, but I'm not sure why this is not getting more attention. Isn't Java 8 support a huge deal for Android, or am I missing something?
Re: Future of Java 8 Language Feature Support on Android
#7This looks to be "language features" only - so, lambdas, but no Java 8 APIs. Optionals, streams, etc are not included. ...I hope they fix IntelliJ's default suggestions, which try to turn all of your loops into `.stream()` calls!
If it is suggesting it on a correctly configured Android project, I suspect you found a bug.
Re: Future of Java 8 Language Feature Support on Android
#8This looks to be "language features" only - so, lambdas, but no Java 8 APIs. Optionals, streams, etc are not included. ...I hope they fix IntelliJ's default suggestions, which try to turn all of your loops into `.stream()` calls!
Also, if looking for APIs, and willing to risk having to tweak code later, there are a few "polyfills". For example: https://www.google.ca/amp/s/barta.me/enable-java-8-features-...
Re: Future of Java 8 Language Feature Support on Android
#9Sounds like good news to me, but I'm not sure why this is not getting more attention. Isn't Java 8 support a huge deal for Android, or am I missing something?
Re: Future of Java 8 Language Feature Support on Android
#10[1] https://www.scala-lang.org/download/#Software_Requirements
[2] http://stackoverflow.com/questions/35958814/how-jack-java-an...