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

[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