A
A
Alexander_Fomin2016-04-17 16:01:31
Java
Alexander_Fomin, 2016-04-17 16:01:31

Is it possible to use Java 8 on Android?

Is there a way to use all Java 8 features on Android with API >= 16? I know that there is Retrolambda, but I want official tools

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander Dorofeev, 2016-04-17
@Alexander_Fomin

More recently (with the release of Android N ), official support has appeared for .
For devices with version < 23 , only lambda expressions and Method References are supported .
On devices with Android N and above - default methods and Stream Api .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question