Why is my BaseAdapter class not incrementing the position in getView?
问题 Edit: My issue seems like BaseAdapter just wont post more than 1 Spinner. If I change the array's size to 0, it wont put anything, but anything more than 1 is truncating it. It never passes position 0 from getView() and it never shwows anymore than 1. I have been at it for hours. Is there a reason for this? I am having an issue with adding Spinners dynamically in a ListView using a BaseAdapter . I tried it before as a test to make sure it could be done correctly in a test class, and it