I want to fire a event when the same item is selected in spinner. Method
@Override
public void onItemSelected(AdapterView> parent, View arg1, int
Since my reputation is not high enough to comment directly on @Suat 's answer, I tried that method, it works like charm, but I'm not clear what the side effects could be. Something I want to add is, additional constructors should be added to avoid errors.
public SpinnerTrigger(Context context, AttributeSet attrs, int defStyle)
{ super(context, attrs, defStyle); }
public SpinnerTrigger(Context context, AttributeSet attrs){
super(context,attrs);
}