Android Spinner Dialog is not Populating?
问题 I have an activity made up of two fragments. On the left is a sidebar, on the right is a MapView (See screenshot below). On the left I have a spinner that will be populated with objects on the map. Right Now, I have it hardcoded with some values until I figure out this issue. When the Spinner is selected, a dialog appears, but it is empty. Any idea what is going on? Here is my code for the left fragment (Its not very complex): package android.splitdisplay; import android.app.Fragment; import