Good idea.  This is what I found:


  public ArrayAdapter(Context context, int textViewResourceId) {
        init(context, textViewResourceId, 0, new ArrayList<T>());
    }


On Monday, August 13, 2012 3:08:23 PM UTC-5, TreKing wrote:
>
> On Mon, Aug 13, 2012 at 1:57 PM, bob <b...@coolfone.comze.com<javascript:>
> > wrote:
>
>> public ArrayAdapter (Context context, int textViewResourceId)
>>
>> does it automatically create an array that it will use for me?
>>
>
> This is one of those questions that you can answer yourself quite easily, 
> as you have access to the complete source code for that class.
>
>
> -------------------------------------------------------------------------------------------------
> TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago 
> transit tracking app for Android-powered devices
>
>

-- 
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