[android-developers] Re: How to create a simple list of names, with personal image for each row

2009-05-29 Thread Morelli Giuseppe
Thank you Vincent, I've read the link you sent, and it was opening my mind. Now I've solved the problem inheriting from BaseAdapter. There are also some methods to ovverride, and the most important is getView for callback. Then I created a simple class that inherit from LynearLayout, to define

[android-developers] Re: How to create a simple list of names, with personal image for each row

2009-05-21 Thread Vincent Tsao
hi, this sample tutorial may help you http://stackoverflow.com/questions/459729/how-to-display-list-of-images-in-listview-in-android/892643#892643 On Thu, May 21, 2009 at 11:36 PM, Morelli Giuseppe peppe.more...@gmail.comwrote: Hi guys, I'm trying to create a simple list for my app extending