License problem using sectioned ListView with J. Sharkey's SeparatedListAdapter [closed]
big explanation (better safe...), question in bold if you don't want to read it all. Thanks a lot for your help! I have an app with a ListView , and two custom XMLs. One is a single TextView, for the headers. The other has 3 TextViews and 3 ImageViews that represent the data. As most of you know, Jeff Sharkey already has a very clever (imho) solution ( SeparatedListAdapter ), which allows the class to work, without modifications, with ImageViews. Although it accepts String s, I can provide the valueOf of the drawable int resources, and it will figure it out. Great, see code and screen at end