Showing
of articlesMost Recently Published
(updated
Why I Don't Recommend Aspect-Oriented Programming in Android in 2023
I don't recommend leveraging AOP in Android in 2023 for a variety of reasons. Find out why you likely shouldn't be using AOP and alternative approaches you may be able to use instead
(updated
Switching AspectJ Plugins in Android
The previous AOP Plugins I have used in Android have had various issues with maintainability. Discover why I switched and which plugin I switched to
(updated
Aspect-Oriented Programming in Android
Aspect-Oriented Programming can allow you to manage cross-cutting concerns in your Android app with minimal code reuse. Learn more in this article