When I check my logs, when using ListView, I see, that getView() method of a custom adapter is continuously invoked on first 6 elements, even if I scroll to the very end of the list. Has anyone seen behaviour like this?
A:
Well, the answer has been accidentally found here.
Just never, ever set ListView's dimensions to be "wrap_content".
LordTwaroog
2010-08-18 11:52:13