[android-beginners] Re: about ListView

2010-04-12 Thread Tereno
Here's a thread with a whole bunch of tutorials:
http://groups.google.com/group/android-developers/browse_thread/thread/b7d2b7c275ac730f/8031cb58b5aa947d

Good luck!
Essentially, you will have to use a custom adapter and specify how you
would render the cells of the list.

Cheers,
T

On Apr 12, 10:05 am, pierissimo maltesepi...@gmail.com 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.
 Piero

-- 
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
android-beginners+unsubscr...@googlegroups.com
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.


[android-beginners] Re: about ListView

2010-04-12 Thread pierissimo
thanx i'll give a look

On 12 Apr, 16:42, Mark Murphy mmur...@commonsware.com wrote:
 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
android-beginners+unsubscr...@googlegroups.com
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.