Ok so I am having a issue with my spinner. Its being populated with data pulled from a webservice. The issue im having is that when the spinner is not clicked instead of sho
In your class define Object to show in ListView, you add example line of code below
@Override public String toString() { return getComment(); }
It word for me .