Hello everyone, I have an utility class for tracki...
# dagger
j
Hello everyone, I have an utility class for tracking events in app. I have to send these events whenever I click on certain buttons. Most of my UI is wrapped in custom views only thing that fragment is doing is basically just binding data to this view. Is it good practice to inject this utility class in my custom view?
1