|
|
|
|
|
by pjmlp
3331 days ago
|
|
Kind of. They are supporting Java 8 language features depending on the Android platform version. Some Java 8 library APIs have been adopted, but require the latest Android versions. Finally, the JVM bytecodes like invoke dynamic and method handles aren't supported thus making libraries that use them, unusable on Android devices. |
|