Skip to main content

All Questions

0 votes
1 answer
174 views

FliCard and ListView A strange visibility bug in Android

I am trying to implement a FlipCard behavior in a ListView for my items and the bug is that my convertView don't update its visibility state according to the visibility I set in the getView method. It'...
Mathias Seguy Android2ee's user avatar
0 votes
1 answer
537 views

Not able to set the visibility of a button inside a listview programmatically

I am trying to set the visibility of a button based on a certain condition in a listview. Context : The listview has parameters for response to a post . It contains title,description etc of the ...
maya's user avatar
  • 159
1 vote
2 answers
1k views

How to display fully visible Items in top of the Listview after scrolling?

how to proceed forward in the listview. i am having listitem consists of 30 items which displaying only images. In visible screen we can able to see minimum 1 1/2 images per screen(ie., one full ...
Ashok's user avatar
  • 839
0 votes
7 answers
1k views

How to set the visibilty of button in a custom ListView?

I have a custom ListView with a button, so when I click on a button it should disappear and it is disappearing but when I scroll down and come back the button is again appearing and a different button ...
Saad's user avatar
  • 309