Skip to content

Files

Latest commit

1d93124 · Dec 4, 2016

History

History
15 lines (12 loc) · 550 Bytes

File metadata and controls

15 lines (12 loc) · 550 Bytes

Java-8-Language-Features-on-Android

This project describes Java 8 language features that you can use.

Android supports all Java 7 language features. After official release of Android nougat, we can use several Java 8 language features by by the Jack compiler.

Features:

  • Lambda Expressions on Android
  • Stream APIs
  • Interface Default Method
  • Interface static methods
  • Removing null checks with Optional

Publication

https://medium.com/@muratcanbur/java-8-language-features-on-android-ee8ea414f9f0