2012/1/5 John Davis <[email protected]>

> The getView() call for arrayadapter is blank.  Is there a document which
> describes how it works?
>

The docs are your friend:
http://developer.android.com/resources/samples/ApiDemos/src/com/example/android/apis/view/List4.html


> I don't know if I am supposed to call getView in the main code or not
>

You're not.

but this will most certain crash the app.
>

When this happens, debug your app.


> The super.getView call seems to get a row in the list.
>

Nope.


> It seems  that you then need to get the view associated with that row.
>

Yup.


> I have no idea how to do that.
>

You make it or re-use convertView.


> I don't have resource id's for the individual row items.
>

You should, it's your project.


> Here, I tried to use the  resource id of the list itself.
>

That makes no sense.


>  There is not a View.getChild() like call.
>

I don't know what that means.

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

Reply via email to