> > public ArrayAdapter (Context context, int textViewResourceId) > > does it automatically create an array that it will use for me? I'm > surprised > the docs don't make this clear. >
The very first line in the documentation says this: *"A concrete BaseAdapter that is backed by an array of arbitrary objects"* What more do you want? Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Mon, Aug 13, 2012 at 12:57 PM, bob <[email protected]> wrote: > If I use this constructor: > > public ArrayAdapter (Context context, int textViewResourceId) > > does it automatically create an array that it will use for me? I'm > surprised > the docs don't make this clear. > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

