Implement multiple event listeners in the same fragment - Android Implement multiple event listeners in the same fragment - Android android android

Implement multiple event listeners in the same fragment - Android


You can do:

public class FragmentTypeSelect extends Fragment         implements OnItemSelectedListener, OnClickListener {


   public class Home extends AppCompatActivity  implements ImageAdapter.OnItemClickListener ,Filterable {

then click on the red bulb and implement the method. the implementation for nore than one interface can be done by seperating the interfaces with a comma.