Feb 25, 2017 · 1 min read
I would only add that for this for of actions or setters, instead of making them static fields, I would put them on a separate class file. And in case you need to call or access a property o method in the activity/fragment you receive what you need trough the constructor always using an interface.