I want to display an array of layouts... each layout has anywhere from
1-3 textviews, depending on how much content is filled in.  So the
display would basically look like this:

1)
<textview A>
<textview B>
<textview C>
-----------------------
2)
<textview A>
<textview B>
----------------------
.
.
.
----------------------
n)
<textview A>
<textview C>


Is there a simple way to do this through a listAdapter, like
ArrayAdapter, etc.?  The way I see it, an ArrayAdapter is only able to
fill in ALL of the textview A's first, and then all of the textview
B's, and then all of the textview C's.  But there are clearly some
entries which don't have all three text views, and hence the array
would leave an empty space for that entry.

I'm not positive how to make it so it does the above.

Hope this question makes sense... any tips would be helpful, thanks!

James
--~--~---------~--~----~------------~-------~--~----~
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]
Announcing the new M5 SDK!
http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to