Sandeep KellaPART-1 What Are Custom Annotations?Imagine you’re organizing a big party, and you have different tasks like decorating, food prep, and sending invites. You could put sticky…Jun 18
InWeWorkbyIgor BrishkoskiCustom Annotations in AndroidBefore java annotations, program metadata was available through java comments or by javadoc but annotations offers more than that.Apr 15, 20178
InProAndroidDevbySandeep KellaCreating Custom AnnotationsCreating custom annotations in Android can greatly enhance the readability, maintainability, and robustness of your code. Annotations allow…Jun 82Jun 82
Kamal VaidWhat is Dependency Injection In AndroidBefore diving into DI in android, lets recall some concepts like what is Dependency, Injection and DI in simple programming terminology.Jan 14, 20191Jan 14, 20191
GlitchThe world of annotations in androidI am sure you all have, consciously or unconsciously, used annotations. Annotations are a class of metadata that can be associated with…Jun 20, 2021Jun 20, 2021
Sandeep KellaPART-1 What Are Custom Annotations?Imagine you’re organizing a big party, and you have different tasks like decorating, food prep, and sending invites. You could put sticky…Jun 18
InWeWorkbyIgor BrishkoskiCustom Annotations in AndroidBefore java annotations, program metadata was available through java comments or by javadoc but annotations offers more than that.Apr 15, 20178
InProAndroidDevbySandeep KellaCreating Custom AnnotationsCreating custom annotations in Android can greatly enhance the readability, maintainability, and robustness of your code. Annotations allow…Jun 82
Kamal VaidWhat is Dependency Injection In AndroidBefore diving into DI in android, lets recall some concepts like what is Dependency, Injection and DI in simple programming terminology.Jan 14, 20191
GlitchThe world of annotations in androidI am sure you all have, consciously or unconsciously, used annotations. Annotations are a class of metadata that can be associated with…Jun 20, 2021
Aitor VianaAnnotation Processing in Android StudioAuto-code generation is a very powerful tool that every software engineer should use. It avoids coding that tedious and repetitive…Jul 18, 20166
Mert SIMSEKAnnotation Processing : Don’t Repeat Yourself, Generate Your Code.Annotation processing is released in java 1.5. Actually it is an old API but one of the most powerful. We will talk about what is…May 9, 201722