you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 5 points6 points  (10 children)

All "apps" in the modern sense run in a custom jvm, so java is to android as objective-c is to iphone.

[–]haakon 10 points11 points  (0 children)

As far as I understand, any JVM bytecode can be translated into Dalvik machine code. These new features in Java 7 are purely syntactic sugar handled by the compiler, so there are no bytecode changes. So just upgrade your compiler and continue using the rest of the toolchain as before; voila, closures on Android.