Category Archives: basic

Anonymous Inner Classes in Android

This one is about anonymous classes and there implications for Android applications. Let’s have a look at the following code: As InnerClass is a so-called “anonymous private inner class”, it might reference instance variables from the enclosing class. What does … Continue reading

Posted in android, basic | 1 Comment