Skip to main content

All Questions

0 votes
1 answer
107 views

Switching ListViewes visibility causes scrolling issues

I've tried to set up two ListViewes at one place, with only one of them visible at a time. (This is set programmatically, with setVisibility(View.GONE)) After the second ListView is visible, and gone, ...
Kari5's user avatar
  • 188
2 votes
2 answers
2k views

Android listview imageview in listitem gets hidden on scroll

I am having this weird problem when trying to dynamically set visibility and image drawable of imageview in list item. When it initially loads its shows up completely fine but when I scroll it up or ...
Parashar's user avatar