ListView Changing Items During Scroll

后端 未结 5 444
野性不改
野性不改 2021-01-13 15:05

I am implementing a ListFragment using a custom ArrayAdapter to populate the list. Each row item has an ImageView and three TextViews. Data is being parsed via XML and the i

5条回答
  •  死守一世寂寞
    2021-01-13 15:45

    Problem comes only when viewholder variables are defined static. Otherwise listview works good with or without viewholder in scroll.

提交回复
热议问题