pierissimo wrote: > Hi everybody! > I'm trying to implement a listView to show a list. > The problem is that i'm not able to insert a text under an element of > the list. > This image is more explicative, is what I would to get: > http://the-gadgeteer.com/wp-content/uploads/2009/01/android-g1-23.jpg > > There are the tel number under the name of the contact. > How could i implement this? > Thanx, sorry for bad english.
You need to take greater control over creating the rows for your ListView. This excerpt from one of my books cover the process: http://commonsware.com/Android/excerpt.pdf -- Mark Murphy (a Commons Guy) http://commonsware.com | http://twitter.com/commonsguy _Beginning Android 2_ from Apress Now Available! -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en To unsubscribe, reply using "remove me" as the subject.

