On Thu, Sep 2, 2010 at 12:47 PM, Bret Foreman <bret.fore...@gmail.com>wrote:

> Should the resourceID field in the constructor be
> R.layout.listLayout, R.id.listLinearLayout, or R.id.chooseTableRowTextView?
>

You could probably just try them all and see what happens in about 30
seconds ... but ...

If you're using this constructor (not clear what "stringList" is)
*public ArrayAdapter (Context context, int textViewResourceId, List<T>
objects)*

Then, as the parameter name implies, this is the resource ID of the TextView
you want the string to show up in.
So R.id.chooseTableRowTextView.

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