If I want all my View’s to have extended function ...
# android
l
If I want all my View’s to have extended function of Snackbar, how do I do that? I know how to do it in a single fragment/activity. But is there a way that all my Views get, for example, view.showSnackbar(Message)?