If i use MaterialSpinner in a fragment, and i reuse this fragment later than dropdown menu doesn't work. I think that the problem is related to canShowPopup() method, maybe the component is detached from activity and getActivity() return null.
Momentary solution:
MaterialSpinner.getPopupWindow().showAsDropDown(MaterialSpinner);