I am using a listview to show some messages to the user, and I want to mark those messages as read when they appear on the screen. To do that, I would need to know if them were displayed or not. It is possible to do that? I know about firstvisibleItem(), however the height of the messages isn't static, so that solution wont solve my problem.
Any Idea?
Thanks