> > The MarkChat.Name.get() returns the same value for all your list items. >
That's what I thought at first as well... But I think this list view represents a chat between two people... And so, depending on the item in the list, the OP only wants to return one of two names... I may be wrong, but that is what I inferred from these two lines: title.setText(MarkChat.Name.get(0)); > titleOdd.setText(MarkChat.Name.get(1)); > Thanks, Justin Anderson MagouyaWare Developer http://sites.google.com/site/magouyaware On Thu, Mar 29, 2012 at 12:43 PM, Nadeem Hasan <[email protected]> wrote: > The MarkChat.Name.get() returns the same value for all your list items. -- 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

