Android Spinner will not launch OnItemSelected and current selected item is not displayed in Spinner
问题 Here is a simple gif of the application in action to show what I mean: Video Gif here I have a Spinner and here is my XML code for it: <Spinner android:layout_width="fill_parent" android:layout_height="wrap_content" android:id="@+id/uniSpinner" android:layout_weight="1.5" android:spinnerMode="dialog" android:prompt="@string/type_default"/> I have followed a few tutorials and browsed around on here to dynamically add content to the spinner using parse.com. The content is added successfully but