|
|
|
|
|
by mncolinlee
4324 days ago
|
|
Technically speaking, Android doesn't fully support Java 6. It's only a partial implementation of Java, since Java is overweight. The Android team has been adding requested features to the SDK in piecemeal form. With that said, you can already get Java 8 lambdas in Android using the retrolambda project. http://zserge.com/blog/android-lambda.html |
|