Skip to content

icanteach/Java-8-Language-Features-on-Android

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages