I have a listview and for a specific item I\'m refreshing the remaining time every second. It works fine, but I\'m having a small bug. Whenever I call
durat
It sounds like the textviews are set to wrap_content. That will trigger a layout pass whenever the text is changed. Try using match_parent or setting the width and height to a fixed value, so that changing the text will not trigger a layout pass