Re: [android-developers] Re: Spinner with a complex Object

2010-08-03 Thread Mark Murphy
On Tue, Aug 3, 2010 at 9:52 AM, William Ferguson wrote: > But I think I have figured out what I need now. > I should render the non String items by overriding #getView and > #getDropDownView, correct? Correct. In this respect, it is not much different than the samples you may have seen for ListVi

[android-developers] Re: Spinner with a complex Object

2010-08-03 Thread William Ferguson
Sorry Mark, I guess I didn't make myself clear. What I meant to say was that I have not seen an example where a Spinner and Adapter is configured with something other an Array/Cursor of String. Ie an Array of some complex Objec. But I think I have figured out what I need now. I should render the n