Hi everyone, I just wrote my first blog post. Please check it out and let me know if you have any feedbacks. Cheers!
“Better Analytics in Android with Annotation Processing and KotlinPoet” by Malvin Sutanto https://link.medium.com/QFvd1c9xXV
👏 3
m
Marko Mitic
04/22/2019, 12:47 PM
Nice one, I had similar idea for custom events logging before the task slid down priority list
😄 1
j
jtravis
04/23/2019, 6:23 PM
This seems like a lot of work compared to using something like AspectJ. (see github.com/JakeWharton/hugo ) Did you compare vs. a weaving based approach?
m
Malvin Sutanto
04/24/2019, 2:12 AM
I’ve never heard about this weaving based approach. But I guess if you want to customise the behaviour to log this into 3rd party analytics, you’d still have to create a custom annotation processing? CMIIW