Find
-
Recent Posts
- GContracts 1.2.11 Released!
- GContracts 1.2.11 Sneak Peak – Improved IDE Support
- Groovy 2.1: groovyc –configscript
- Groovy 2.1: The @DelegatesTo Annotation
- Groovy 2.1: The @AnnotationCollector Annotation
- Groovy 2.1: Type Checking Extensions
- Groovy 2.1.0 Released!
- Groovy Quickie: Collection#inject([Object,] Closure)
- Groovy Quickie: Dumping the Groovy AST
- GVM – the Groovy enVironment Manager
- Groovy, Java 8 & Virtual Extension Methods
- GContracts 1.2.10 Released!
- GContracts Performance Tweaks
- Groovy Quickie: AST Transformations and TypeResolver NPs
- @TypeChecked, @CompileStatic and GContracts
Categories
Recent Comments
Archives
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