I have a ListView, first its scrolled down, now when we scroll up,it reach top most point. I want to detect that .Is there any way?I am developing application with api level
You will need to check what is the first visible position then applying Graeme's solution to see if the first visible listview item is at the top position.