Hi everyone, I just wrote my first blog post. Plea...
# feed
m
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
Nice one, I had similar idea for custom events logging before the task slid down priority list
😄 1
j
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
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