TL;DR: JDK 7 improves on exception handling (less code, base exception class...).
Base exception class
Reflective operations exceptions now have a base class ReflectiveOperationException.
TL;DR: A lambda expression is a shortcut notation to anonymous inner classes containing a single method. Usually, they define implementations for functional interfaces (interfaces
In the past few days I had a little bit of a problem: InstrumentationTestCase gives access to local assets while AndroidTestCase gives access to getAssets(