Skip to content Skip to sidebar Skip to footer
Showing posts with the label Suppress Warnings

Android @suppress Errors Vs @targetapi

Sometimes I case out code for certain versions of Android that may run my application. Eclipse with… Read more Android @suppress Errors Vs @targetapi

Create A Java Annotation With Ide Contextual Behaviour

I've created an Annotation /** * Highlights this method is declared in XML */ public @interfa… Read more Create A Java Annotation With Ide Contextual Behaviour