21CTO
Oct 23, 2019 · Mobile Development
How Android Supports Java 8 Lambda: From invokedynamic to RetroLambda & D8
This article explains the principles behind Java 8 lambda expressions and the invokedynamic bytecode instruction, then examines how Android indirectly supports these features through tools like RetroLambda, Jack & Jill, and the D8 dex compiler, detailing their desugaring processes and limitations.
AndroidD8Desugar
0 likes · 16 min read
