Abou Zuhayrblog.zuhayr.dev·Sep 9, 2023Annotation Processing in Android: From Scratch (Part 3)Introduction Welcome to the third installment of our series on annotation processing in Android. In the previous part, we embarked on a journey of understanding and implementing a basic annotation processor from scratch, a tool that stands as a power...48 readsFrom Scratch in AndroidAnnotation Processor
Abou Zuhayrblog.zuhayr.dev·Sep 8, 2023Annotation Processing in Android: From Scratch (Part 2)In part 1 of this series, we learned what is annotation processing and why is it used. We also learned how annotation processors can create boilerplate code during compile time making our development process more efficient and fast. In today's post, ...130 readsFrom Scratch in Androiddependency injection