Search code examples
androidlistviewlayoutadapterbaseadapter

can I affich 2 items from diffrent adapter in the same listview?


I have one Listview and I have 2 items layouts every item from diffrent adapter and i would to display this items in the same listView but in difrrent position ,is That possible ?


Solution

  • You can easy achived that by making custom adapter and custom view.

    Example: how to