There are multiple activities in my application, and each of these activities has the same custom combination control, and the functions called by the combination control are the same, but these functions are dependent on the activity. Is there any way to associate the custom combination control with those functions without writing the same code in every activity? Those functions are in BaseActvity, and other activities inherit BaseActivity.
ps: The location of those functions cannot be changed;
The control instance is used as a parameter to call the BaseActivity method? Or describe the problem in more detail.