>
> 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 <b...@coolfone.comze.com> 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 android-developers@googlegroups.com
> To unsubscribe from this group, send email to
> android-developers+unsubscr...@googlegroups.com
> 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to