Re: [android-developers] ListView with multiple layouts formats in it

2010-04-28 Thread Vincent Tsao
hi, noid, this article may help you, Separating Lists with Headers in Android 0.9: http://diigo.com/0anhm -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] ListView with multiple layouts formats in it

2010-04-27 Thread noid
I'm trying to create a ListView that has different layouts in it. Basically headers which contain only one string, and then items under the headers that have a string and a picture. So something like HEADER A img1 : item A1text img2 : item A2 text img3 : item A3 text HEADER B img1 : item B1text

Re: [android-developers] ListView with multiple layouts formats in it

2010-04-27 Thread Mark Murphy
noid wrote: I'm trying to create a ListView that has different layouts in it. Basically headers which contain only one string, and then items under the headers that have a string and a picture. So something like HEADER A img1 : item A1text img2 : item A2 text img3 : item A3 text