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
My quick thought: getView() method is used to represent the row. Can you implement similar coding like getDropDownView method into getView() method also.
Copy past the content from getDropDownView method into getView() method
I didnt tried this, but I had done similar one in ListView where I did similar coding in getView() method.
I will also try to replicate this locally and post if I find anything.