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
Problem comes only when viewholder variables are defined static. Otherwise listview works good with or without viewholder in scroll.